docs.unity3d.com
    Show / Hide Table of Contents

    Class MaskingSettings

    Inheritance
    Object
    MaskingSettings
    Namespace: Unity.InteractiveTutorials
    Syntax
    [Serializable]
    public class MaskingSettings

    Fields

    k_EnabledPath

    Declaration
    public const string k_EnabledPath = "m_MaskingEnabled"
    Field Value
    Type Description
    String

    k_UnmaskedViewsPath

    Declaration
    public const string k_UnmaskedViewsPath = "m_UnmaskedViews"
    Field Value
    Type Description
    String

    Properties

    enabled

    Declaration
    public bool enabled { get; set; }
    Property Value
    Type Description
    Boolean

    unmaskedViews

    Declaration
    public IEnumerable<UnmaskedView> unmaskedViews { get; }
    Property Value
    Type Description
    IEnumerable<UnmaskedView>

    Methods

    SetUnmaskedViews(IEnumerable<UnmaskedView>)

    Declaration
    public void SetUnmaskedViews(IEnumerable<UnmaskedView> unmaskedViews)
    Parameters
    Type Name Description
    IEnumerable<UnmaskedView> unmaskedViews
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023