Enum ExposeFieldAttributeType
The attribute type for exposed node fields.
Namespace: Unity.Composition
Syntax
public enum ExposeFieldAttributeType : int
Fields
Name | Description | Value |
---|---|---|
Color | Exposes the field as a color. |
|
PopupString | Exposes the field as a popup with string values. |
|
Property | Exposes the field as a SerializedProperty. |
|
RenderTexturePropertyAndInfo | Exposes the field as a RenderTexture object and info. |
|
Texture | Exposes the field as a texture. |
|
Toggle | Exposes the field as a toggle. |
|
Vector2 | Exposes the field as a 2D vector. |