Click or drag to resize
TransformChain Methods

The TransformChain type exposes the following members.

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
See Also