Search Results for

    Show / Hide Table of Contents

    Class ExcludeEntityFromSimulation

    This class holds data related to simulation exclusion

    Inheritance
    System.Object
    ExcludeEntityFromSimulation
    Namespace: DOTSDynamicBone
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class ExcludeEntityFromSimulation

    Fields

    ExcludeChildrenFromCollision

    Declaration
    public bool ExcludeChildrenFromCollision
    Field Value
    Type Description
    System.Boolean

    Set this to true to exclude the transform's children from collision as well

    ExcludeChildrenFromPhysics

    Declaration
    public bool ExcludeChildrenFromPhysics
    Field Value
    Type Description
    System.Boolean

    Set this to true to also disable the children of this transform

    ExcludeFromCollision

    Declaration
    public bool ExcludeFromCollision
    Field Value
    Type Description
    System.Boolean

    Set this to true to exlude from Collisions

    ExcludeFromPhysics

    Declaration
    public bool ExcludeFromPhysics
    Field Value
    Type Description
    System.Boolean

    Set this to true to exclude from normal physics simulations

    transform

    Declaration
    public Transform transform
    Field Value
    Type Description
    Transform

    Transform to exclude

    Properties

    Null

    Declaration
    public static ExcludeEntityFromSimulation Null { get; }
    Property Value
    Type Description
    ExcludeEntityFromSimulation
    In This Article
    Back to top DOTS Dynamic Bone Documentation