Table of Contents

Class UdonMetaAttribute

Assigns a UdonSharp field with a specific metadata on current UdonBehaviour.

[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public class UdonMetaAttribute : PropertyAttribute
Inheritance
UdonMetaAttribute
Extension Methods

Constructors

UdonMetaAttribute(UdonMetaAttributeType)

public UdonMetaAttribute(UdonMetaAttributeType type)

Parameters

type UdonMetaAttributeType

Properties

Type

The type of metadata that can be assigned to a UdonSharp field.

public UdonMetaAttributeType Type { get; }

Property Value

UdonMetaAttributeType