Click or drag to resize
TetrapodCharacterizationTemplateBodyPartSettings Structure
Template data for a body part.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct BodyPartSettings : IPropertyBackingFieldCompatible<TetrapodCharacterizationTemplateBodyPartSettings>, 
	IPropertyBackingFieldCompatible, ICloneable, IEquatable<TetrapodCharacterizationTemplateBodyPartSettings>

The TetrapodCharacterizationTemplateBodyPartSettings type exposes the following members.

Constructors
  NameDescription
Public methodTetrapodCharacterizationTemplateBodyPartSettings(Single, JointAngularLimits, ShapeType, Single)
Initializes a new instance of the TetrapodCharacterizationTemplateBodyPartSettings struct.
Public methodTetrapodCharacterizationTemplateBodyPartSettings(Single, JointAngularLimits, ShapeType, Single, Single, Boolean)
Initializes a new instance of the TetrapodCharacterizationTemplateBodyPartSettings struct.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current TetrapodCharacterizationTemplateBodyPartSettings.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(TetrapodCharacterizationTemplateBodyPartSettings)
Determines whether the specified TetrapodCharacterizationTemplateBodyPartSettings is equal to the current TetrapodCharacterizationTemplateBodyPartSettings.
Public methodGetCenterOfMassParameter
Gets the center of mass parameter.
Public methodGetHashCode
Serves as a hash function for a TetrapodCharacterizationTemplateBodyPartSettings object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodToString
Returns a String that represents the current TetrapodCharacterizationTemplateBodyPartSettings.
(Overrides ValueTypeToString.)
Top
Properties
  NameDescription
Public propertyBlendTime
Gets the number of seconds this part takes to blend out of non-kinematic motion.
Public propertyJointAngularLimits
Gets the joint angular limits.
Public propertyMassPercentage
Gets the body part's percentage of the total body mass.
Public propertyShapeType
Gets the type of the shape.
Top
See Also