BoundingBox.BoxMaterial Property

Definition

Material used to display the bounding box. If set to null no bounding box will be displayed

public:
 property UnityEngine::Material ^ BoxMaterial { UnityEngine::Material ^ get(); void set(UnityEngine::Material ^ value); };
public UnityEngine.Material BoxMaterial { get; set; }
member this.BoxMaterial : UnityEngine.Material with get, set
Public Property BoxMaterial As Material

Property Value

UnityEngine.Material

Applies to