docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ExposeFieldAttributeType

    The attribute type for exposed node fields.

    Namespace: Unity.VisualCompositor
    Assembly: Unity.VisualCompositor.dll
    Syntax
    public enum ExposeFieldAttributeType

    Fields

    Name Description
    AsFieldType

    Expose the field according to its type. The supported types are:

    • float (FloatField)
    • int (IntegerField)
    • bool (Toggle)
    • Color (ColorField)
    • Vector2 (Vector2Field)
    • Vector3 (Vector3Field)
    • Vector4 (Vector4Field)
    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)