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

Search Results for

    Class ConformToPathRigPoseModifierData

    Inheritance
    System.Object
    BaseRigPoseModifierData
    ConformToPathRigPoseModifierData
    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 ConformToPathRigPoseModifierData : BaseRigPoseModifierData, IMetaClass

    Properties

    | Improve this Doc View Source

    ActivationAngle

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

    ActivationDistance

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

    BlendDistance

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

    DampingValue

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

    DebugVisualization

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

    DefaultMaskName

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

    EndingJointName

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

    ExtraJointChains

    Declaration
    public MetaContainer<MetaEmbedded<ExtraJointChainData>> ExtraJointChains { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<ExtraJointChainData>>
    | Improve this Doc View Source

    Frequency

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

    MaxBoneAngle

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

    OnlyActivateInTurns

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

    StartingJointName

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

    VelMultiplier

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

    Implements

    IMetaClass