Click or drag to resize
IHindlimbsMutableTPart Interface
A mutable interface to specify that a character has hindlimbs. A hindlimb hierarchy has the topology ProximalHindlimb -> DistalHindlimb -> Pes -> PedalPhalanx.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface IHindlimbsMutable<TPart> : IHindlimbs<TPart>
where TPart : Component

Type Parameters

TPart
The type of all non-root nodes in the character's definition.

The IHindlimbsMutableTPart type exposes the following members.

Properties
  NameDescription
Public propertyLeftDistalHindlimb
Gets or sets the left distal hindlimb.
Public propertyLeftPedalPhalanx
Gets or sets the left pedal phalanx.
Public propertyLeftPes
Gets or sets the left pes.
Public propertyLeftProximalHindlimb
Gets or sets the left proximal hindlimb.
Public propertyRightDistalHindlimb
Gets or sets the right distal hindlimb.
Public propertyRightPedalPhalanx
Gets or sets the right pedal phalanx.
Public propertyRightPes
Gets or sets the right pes.
Public propertyRightProximalHindlimb
Gets or sets the right proximal hindlimb.
Top
See Also