Interface IWireframeSettings
An object used to manipulate the wireframe feature.
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: Unity.Cloud.DataStreaming.Runtime.dll
Syntax
public interface IWireframeSettings
Properties
Color
The Color to use for wireframes.
Declaration
Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Enabled
The enabled state of the feature, which can only be toggled during initial setup.
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
bool |
Mode
The WireframeModes to use for wireframes.
Declaration
WireframeModes Mode { get; set; }
Property Value
Type | Description |
---|---|
WireframeModes |