Index that indicates a material within a MaterialGroup to change color.
This property is only used for color animations associated with 3D objects.
If this value is -1 (the default), all materials of the MaterialGroup will be animated.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.306.0 (10.97.306.00)
Syntax
C# |
---|
public int MaterialIndex { get; set; } |
Visual Basic |
---|
Public Property MaterialIndex As Integer
Get
Set |
JScript |
---|
function get MaterialIndex () : int
function set MaterialIndex (value : int) |
See Also