Click or drag to resize
IArbitraryChainsTPart, TChain Interface
An immutable interface to specify that a hierarchy has arbitrary chains.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface IArbitraryChains<TPart, TChain>
where TPart : Component
where TChain : struct, new(), IBodyChain<TChain, TPart>

Type Parameters

TPart
The type of all non-root nodes in the hierarchy's definition.
TChain
The type of all chains in the hierarchy's definition.

The IArbitraryChainsTPart, TChain type exposes the following members.

Methods
  NameDescription
Public methodDefinesArbitraryChain
Gets a value indicating whether or not this instance defines an arbitrary TChain with the specified identifier.
Public methodGetArbitraryChains
Gets the arbitrary TChains.
Top
See Also