Click or drag to resize
IHindlimbsTPart Interface
An immutable 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 IHindlimbs<TPart>
where TPart : Component

Type Parameters

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

The IHindlimbsTPart type exposes the following members.

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