Enum ExposeFieldAttributeType
The attribute type for exposed node fields.
Namespace: Unity.VisualCompositor
Syntax
public enum ExposeFieldAttributeType
Fields
Name | Description | Value |
---|---|---|
AsFieldType | Expose the field according to its type. The supported types are:
|
|
Color | Exposes the field as a color. |
|
Curve | Expose field as an Animation Curve |
|
Enum | Exposes the field as an Enum |
|
Float | Exposes the field as a float. |
|
Int | Exposes the field as an int. |
|
MaterialIDColorGroup | Exposes the field as a Material ID Group asset. |
|
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. |
|
Vector3 | Exposes the field as a 3D vector. |
|
Vector4 | Exposes the field as a 4D vector. |