Class MaterialAssignment
MaterialAssignment allows to map a material to n renderer
Inheritance
MaterialAssignment
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
[Serializable]
public class MaterialAssignment : Assignment<List<MaterialSlot>, Material>
Properties
defaultTargetQueryNodeType
Gets the default type of the target query node.
Declaration
public override Type defaultTargetQueryNodeType { get; }
Property Value
Type | Description |
---|---|
Type | The default type of the target query node. |
Overrides
defaultValueQueryNodeType
Gets the default type of the value query node.
Declaration
public override Type defaultValueQueryNodeType { get; }
Property Value
Type | Description |
---|---|
Type | The default type of the value query node. |
Overrides
Methods
Apply()
Applies this instance.
Declaration
public override void Apply()
Overrides
Invert(Variant)
Inverts the specified variant.
Declaration
public override void Invert(Variant variant)
Parameters
Type | Name | Description |
---|---|---|
Variant | variant | The variant. |