Class MaterialRemapperModel.RemapList
the remapping list of mesh to materials
Inheritance
System.Object
MaterialRemapperModel.RemapList
Namespace: UnityEditor.FilmTV.Toolbox
Syntax
[Serializable]
public class RemapList
Fields
mesh
Declaration
public MeshRenderer mesh
Field Value
| Type | Description |
|---|---|
| MeshRenderer |
selectedIndex
Declaration
public List<int> selectedIndex
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int32> |