CustomGUIAttribute Class

Summary

[Editor-Only] Attribute for classes which implement Animancer.Editor.CustomGUI`1 to specify the type of objects they apply to.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type["CustomGUIAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class CustomGUIAttribute : Attribute

Attributes

Type Description
AttributeUsageAttribute

Constructors

Name Summary
CustomGUIAttribute(Type) Creates a new Animancer.Editor.CustomGUIAttribute.

Fields

Name Constant Value Summary
TargetType
The type of object which the attributed Animancer.Editor.CustomGUI`1 class applies to.