Search Results for

    Show / Hide Table of Contents

    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
    Object
    ActionMoveData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TinnyStudios.AIUtility
    Assembly: UtilityAIFramework.dll
    Syntax
    [Serializable]
    public class ActionMoveData

    Fields

    DestinationTransform

    Declaration
    public Transform DestinationTransform
    Field Value
    Type Description
    Transform

    Properties

    Declaration
    public ActionMoveProperties Properties
    Field Value
    Type Description
    ActionMoveProperties

    Required

    Declaration
    public bool Required
    Field Value
    Type Description
    Boolean
    In This Article
    Back to top Generated by DocFX