Search Results for

    Show / Hide Table of Contents

    Class LimitAccessScopeAttribute

    Attribute for constructors indicating that the chainable constructor can only be used from a specific type instead of the default IControlContainer type.

    Inheritance
    Object
    Attribute
    LimitAccessScopeAttribute
    Implements
    _Attribute
    Namespace: VRLabs.SimpleShaderInspectors
    Syntax
    [AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false)]
    public class LimitAccessScopeAttribute : Attribute, _Attribute
    Remarks

    Sometimes you may need to limit which controls implementing IControlContainer can use the chainable version of the constructor, by having this attribute you can modify the generated chainable constructor to reflect those needs.

    Constructors

    Name Description
    LimitAccessScopeAttribute(Type)

    Properties

    Name Description
    BaseType
    In This Article
    Back to top Copyright © VRLabs.
    Generated by DocFX