Class ActionMoveData
The base data used by MoveSystemBase to set destination and properties.
This isn't a scriptable object because DestinationTransform would not be able to reference a scene object.
This class is partial so you can extend it with more properties.
Inheritance
ActionMoveData
Assembly: UtilityAIFramework.dll
Syntax
[Serializable]
public class ActionMoveData
Fields
Declaration
public Transform DestinationTransform
Field Value
Type |
Description |
Transform |
|
Properties
Declaration
public ActionMoveProperties Properties
Field Value
Required
Declaration
Field Value