MaterialInstance.Materials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all the instantiated materials of this object, similar to Renderer.materials.
public:
property cli::array <UnityEngine::Material ^> ^ Materials { cli::array <UnityEngine::Material ^> ^ get(); };
public UnityEngine.Material[] Materials { get; }
member this.Materials : UnityEngine.Material[]
Public ReadOnly Property Materials As Material()
Property Value
UnityEngine.Material[]