League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class SpringPhysicsRigPoseModifierData

    Inheritance
    System.Object
    BaseRigPoseModifierData
    SpringPhysicsRigPoseModifierData
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class SpringPhysicsRigPoseModifierData : BaseRigPoseModifierData, IMetaClass

    Properties

    | Improve this Doc View Source

    Damping

    Declaration
    public float Damping { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DefaultOn

    Declaration
    public bool DefaultOn { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DoRotation

    Declaration
    public bool DoRotation { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DoTranslation

    Declaration
    public bool DoTranslation { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Invert

    Declaration
    public bool Invert { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Joint

    Declaration
    public MetaHash Joint { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Mass

    Declaration
    public float Mass { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MaxAngle

    Declaration
    public float MaxAngle { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MaxDistance

    Declaration
    public float MaxDistance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Name

    Declaration
    public MetaHash Name { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    SpringStiffness

    Declaration
    public float SpringStiffness { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass