Class LimitAccessScopeAttribute
Attribute for constructors indicating that the chainable constructor can only be used from a specific type instead of the default IControlContainer type.
Implements
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 |