Click or drag to resize
TetrapodDefinition Class
A utility class for defining the parts of a tetrapod with a Transform hierarchy.
Inheritance Hierarchy
SystemObject
  CandlelightTetrapodDefinitionTransform, TransformChain
    CandlelightTetrapodDefinition

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class TetrapodDefinition : TetrapodDefinition<Transform, TransformChain>

The TetrapodDefinition type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDefinesArbitraryChain
Gets a value indicating whether or not this instance defines an arbitrary TChain with the specified identifier.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public methodGetAllNodes (Inherited from TetrapodDefinitionTPart, TChain.)
Public methodGetArbitraryChains
Gets the arbitrary TChains.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public methodGetCorrespondingChain
Gets the identifier of the chain corresponding to the specified one.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public methodGetDefaultNamingConvention
This method will always return for this class.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public methodGetEstimatedLocalBounds
This method will always return an empty Bounds for this class.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public methodSetArbitraryChains
Sets the arbitrary TChains.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public methodToString
Returns a String that represents the current TetrapodDefinition.
(Inherited from TetrapodDefinitionTPart, TChain.)
Top
Properties
  NameDescription
Public propertyHead
Gets or sets the head.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftDistalForelimb
Gets or sets the left distal forelimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftDistalHindlimb
Gets or sets the left distal hindlimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftManualPhalanx
Gets or sets the left manual phalanx.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftManus
Gets or sets the left manus.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftPedalPhalanx
Gets or sets the left pedal phalanx.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftPes
Gets or sets the left pes.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftProximalForelimb
Gets or sets the left proximal forelimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftProximalHindlimb
Gets or sets the left proximal hindlimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyLeftShoulder
Gets or sets the left shoulder.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyNamingConvention
Gets the naming convention currently in use.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyNeck
Gets or sets the neck.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyPelvis
Gets or sets the pelvis.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightDistalForelimb
Gets the right distal forelimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightDistalHindlimb
Gets the right distal hindlimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightManualPhalanx
Gets the right manual phalanx.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightManus
Gets the right manus.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightPedalPhalanx
Gets the right pedal phalanx.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightPes
Gets the right pes.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightProximalForelimb
Gets the right proximal forelimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightProximalHindlimb
Gets the right proximal hindlimb.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRightShoulder
Gets the right shoulder.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyRoot (Inherited from TetrapodDefinitionTPart, TChain.)
Public propertySpine
Gets or sets the spine.
(Inherited from TetrapodDefinitionTPart, TChain.)
Public propertyStatic memberTailIdentifier
Gets the default identifier for tail chains.
Top
See Also