Class SpringPhysicsRigPoseModifierData
Inheritance
System.Object
SpringPhysicsRigPoseModifierData
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 SpringPhysicsRigPoseModifierData : BaseRigPoseModifierData, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float Damping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool DefaultOn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool DoRotation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool DoTranslation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool Invert { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Joint { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float Mass { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MaxAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MaxDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Name { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float SpringStiffness { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements