Click or drag to resize
IdentifiableTransformChain Class
A wrapper class for a named TransformChain, used as a utility for dictionary serialization.
Inheritance Hierarchy

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class IdentifiableTransformChain : IdentifiableBackingFieldCompatibleObjectWrapper<string, TransformChain>

The IdentifiableTransformChain type exposes the following members.

Constructors
  NameDescription
Public methodIdentifiableTransformChain
Initializes a new instance of the IdentifiableTransformChain class.
Top
Methods
Properties
See Also