MovementVector Class |
Used to define a vector along which creatures can move. The vector encompasses both destination and speed.
Namespace: Terrarium.Sdk.Classes.Creature
The MovementVector type exposes the following members.
Name | Description | |
---|---|---|
![]() | MovementVector | Used to define a vector along which creatures can move. The vector encompasses both destination and speed. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Used to get a special string representation of this MovementVector for debugging purposes. |
Name | Description | |
---|---|---|
![]() | Destination | Used to determine the destination location for this MovementVector. |
![]() | IsStopped | Used to determine if this MovementVector will stop movement. This is true whenever an empty point and a speed of 0 was used. |
![]() | Speed | Used to determine the speed defined for this MovementVector |