Click or drag to resize
IArbitraryChainsMutableTPart, TChain Interface
A mutable 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 IArbitraryChainsMutable<TPart, TChain> : 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 IArbitraryChainsMutableTPart, TChain type exposes the following members.

Methods
See Also