docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)