Skip to content

MaterialValueAsset

ScriptableObject that stores a shared Material reference, editable in the Project window.

Namespace: Jungle.Graphics
Inherits: ValueAsset<Material>

Overview

Create from Jungle / Graphics / Material Value. Stores a Material reference shareable across components. A companion MaterialListValueAsset stores a list.

Properties

Property Type Description
value Material The stored material reference.

See Also