Click or drag to resize
IdentifiableTransformChain Constructor
Initializes a new instance of the IdentifiableTransformChain class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public IdentifiableTransformChain(
	string id,
	TransformChain chain
)

Parameters

id
Type: SystemString
Identifier.
chain
Type: CandlelightTransformChain
Chain.
See Also