![]() | TransformChain Structure |
Namespace: Candlelight
[SerializableAttribute] public struct TransformChain : IPropertyBackingFieldCompatible<TransformChain>, IPropertyBackingFieldCompatible, ICloneable, IEquatable<TransformChain>, IBodyChain<TransformChain, Transform>, IHierarchy<Transform>, IValidatable
The TransformChain type exposes the following members.
Name | Description | |
---|---|---|
![]() | TransformChain |
Initializes a new instance of the TransformChain struct.
|
Name | Description | |
---|---|---|
![]() | Clone |
Clone this instance.
|
![]() ![]() | CreateNew |
A delegate to create a new TransformChain struct.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current
TransformChain.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(TransformChain) |
Determines whether the specified TransformChain is equal to the current
TransformChain.
|
![]() | GetAllNodes |
Gets all nodes in this TransformChain's definition, with the most basal parts sorted first.
|
![]() | GetBodies |
Gets all Transforms in this TransformChain's definition.
|
![]() | GetEstimatedLocalBounds |
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.
|
![]() | GetHashCode |
Serves as a hash function for a TransformChain object.
(Overrides ValueTypeGetHashCode.) |
![]() | GetSerializedPropertiesHash |
Gets a hash value that is based on the values of the serialized properties of this instance.
|
![]() | GetValidationStatus |
Gets the validation status.
|
![]() | ToString |
Returns a String that represents the current TransformChain.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() | BodyCount |
Gets the number of Transforms in the chain.
|
![]() | Item |
Gets the Transform with the specified index.
|
![]() | LastBody |
Gets the last Transform in the chain.
|
![]() | Root |
Gets the root node in this TransformChain's definition.
|
![]() | ValidationStatus |
Gets the validation status.
|