Click or drag to resize

MaterialNode Class

A material node is used to mark which material should be applied to a surface when the material is not available.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          UMod.InterfaceCommonNodeMaterial
            UMod.InterfaceMaterialNode

Namespace:  UMod.Interface
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class MaterialNode : CommonNode<Material>

The MaterialNode type exposes the following members.

Constructors
  NameDescription
Public methodMaterialNode
Initializes a new instance of the MaterialNode class
Top
Methods
See Also