Class ConformToPathRigPoseModifierData
Inheritance
System.Object
ConformToPathRigPoseModifierData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class ConformToPathRigPoseModifierData : BaseRigPoseModifierData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float ActivationAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ActivationDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float BlendDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float DampingValue { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool DebugVisualization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash DefaultMaskName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EndingJointName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<ExtraJointChainData>> ExtraJointChains { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float Frequency { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MaxBoneAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool OnlyActivateInTurns { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash StartingJointName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float VelMultiplier { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements