Click or drag to resize
TransformChain Structure
A chain of transforms and the root to which they connect.

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

The TransformChain type exposes the following members.

Constructors
  NameDescription
Public methodTransformChain
Initializes a new instance of the TransformChain struct.
Top
Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodStatic memberCreateNew
A delegate to create a new TransformChain struct.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current TransformChain.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(TransformChain)
Determines whether the specified TransformChain is equal to the current TransformChain.
Public methodGetAllNodes
Gets all nodes in this TransformChain's definition, with the most basal parts sorted first.
Public methodGetBodies
Gets all Transforms in this TransformChain's definition.
Public methodGetEstimatedLocalBounds
Gets the estimated Bounds of this TransformChain 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 TransformChain 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.
Public methodToString
Returns a String that represents the current TransformChain.
(Overrides ValueTypeToString.)
Top
Properties
  NameDescription
Public propertyBodyCount
Gets the number of Transforms in the chain.
Public propertyItem
Gets the Transform with the specified index.
Public propertyLastBody
Gets the last Transform in the chain.
Public propertyRoot
Gets the root node in this TransformChain's definition.
Public propertyValidationStatus
Gets the validation status.
Top
See Also