Class ChainableAttribute
Attribute for properties that is used when generating chainables.
Implements
Namespace: VRLabs.SimpleShaderInspectors
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class ChainableAttribute : Attribute, _Attribute
Remarks
The attribute by itself does nothing, but it is used by the chainables generator tool to generate extension methods for properties that have it
Constructors
| Name | Description |
|---|---|
| ChainableAttribute() |