Click or drag to resize
RagdollPartChain Structure
A chain of ragdoll parts and the root to which they connect.

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

The RagdollPartChain type exposes the following members.

Constructors
  NameDescription
Public methodRagdollPartChain
Initializes a new instance of the RagdollPartChain struct.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodStatic memberCreateNew
A delegate to create a new RagdollPartChain struct.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current RagdollPartChain.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(RagdollPartChain)
Determines whether the specified RagdollPartChain is equal to the current RagdollPartChain.
Public methodGetAllNodes
Gets all nodes in this RagdollPartChain's definition, with the most basal parts sorted first.
Public methodGetBodies
Gets all RagdollParts in this RagdollPartChain's definition.
Public methodGetEstimatedLocalBounds
Gets the estimated Bounds of this RagdollPartChain in its current configuration, in the space of its Root. It will encapsulate all of the Transforms of the hierarchy's nodes, as well as all of the currently active SkinnedMeshRenderers and MeshRenderers.
Public methodGetHashCode
Serves as a hash function for a RagdollPartChain object.
(Overrides ValueTypeGetHashCode.)
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodGetValidationStatus
Gets the validation status.
Top
Properties
  NameDescription
Public propertyBodyCount
Gets the number of RagdollParts in the chain.
Public propertyItem
Gets the RagdollPart with the specified index.
Public propertyLastBody
Gets the last RagdollPart in the chain.
Public propertyRoot
Gets the root node in this RagdollPartChain's definition.
Public propertyValidationStatus
Gets the validation status.
Top
See Also