Click or drag to resize
ActionMapping Methods

The ActionMapping type exposes the following members.

Methods
  <<<<<<< HEAD NameDescription
Public methodcopyFrom
Copies the ActionMapping object into the current instance, without creating a new instance.
Public methoddeserialize
Loads a serialized ActionMapping object into this instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Private methodFieldGetter (Inherited from Object.)
Private methodFieldSetter (Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodget
Gets one of the two InputActions. ********CAUTION******** This method does not check it's input against the length of the array (always two). Things will break if this method is called with a value higher than one.
Public methodgetActionCount
Gets the number of stored actions. This should always be two, although all the mothods other that the constructors allow for a higher value.
Public methodgetDescription
Returns the description of the first InputAction who's getDescription() method returns a non-zero length value.
Private methodGetFieldInfo (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodgetValue
Checks to see if any of the stored InputActions are pressed/moved.
Public methodjustUp
Checks to see if either InputAction object uses a KeyCode object, and if the said key is up.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodremoveAxis
Looks through the stored InputActions and checks to see if one of them stores a given InputAxis. If it does, then the InputAction is cleared.
Public methodremoveKey
Looks through the stored InputActions and checks to see if one of them stores a given KeyCode. If it does, then the InputAction is cleared.
Public methodserialize
Saves the object in XML format.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
======= NameDescriptionPublic methodcopyFromPublic methoddeserializePublic methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)Private methodFieldGetter (Inherited from Object.)Private methodFieldSetter (Inherited from Object.)Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)Public methodgetPublic methodgetActionCountPublic methodgetDescriptionPrivate methodGetFieldInfo (Inherited from Object.)Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)Public methodgetValuePublic methodjustUpProtected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)Public methodremoveAxisPublic methodremoveKeyPublic methodserializePublic methodToString
Returns a string that represents the current object.
(Inherited from Object.)Top
See Also

Reference

ActionMapping Class
Planetbase Namespace
>>>>>>> origin/gh-pages