This interface is exposed by the LayerInfo : FloatController , CATMotionLayer : FloatController and MocapLayer : FloatController which are part of 3ds Max CAT.
Properties
.LayerName:Stringby value : Read|WriteThe name of the layer as it appears in the LayerManager rollout.
.LayerColour: color by value : Read|WriteThe color of the layer. This is the valueused to colorizethe CATRig when "Colour Modes" is set to 'Layer Colours'
.LayerType:Stringby value : ReadUse this to find out what type of layer this LayerInfo controller is maintaining.
Read-only.
.LayerEnabled: boolean : Read|WriteEnable/disable the layer.
.TransformNodeOn: boolean : Read|WriteThis property lets you to turn the transform node on and of, or to check the current state of the transformnode button.
.RemoveDisplacement: boolean : Read|WriteGet/set the state of the Remove Displacement option.
.LayerIndex: index : ReadThe index of this layer in the Layer stack. An index of 1 means the very top of the layer stack.
Read-only.
.CATParent: node : ReadContains the CATParent node.
Read-only.
Methods
<node>GetTransformNode()Returns the INode for the transform node if it is currently created.
Exposed by