Class UdonMetaAttribute
- Namespace
- JLChnToZ.VRC.Foundation
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
Properties
Type
The type of metadata that can be assigned to a UdonSharp field.
public UdonMetaAttributeType Type { get; }