StringAssetDrawer Class

Summary

[Editor-Only] A custom Inspector for Animancer.StringAsset fields.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • PropertyDrawer
graph BT Type-->Base0["PropertyDrawer"] Type["StringAssetDrawer"] class Type type-node

Syntax

[CustomPropertyDrawer(typeof(StringAsset), true)]
public class StringAssetDrawer : PropertyDrawer

Attributes

Type Description
CustomPropertyDrawer

Methods

Name Value Summary
DrawGUI(Rect, GUIContent, Object, Object, bool, Func<Object[]>) Object
Draws the GUI for a Animancer.StringAsset.
static
DrawGUI(Rect, GUIContent, SerializedProperty, bool) Object
Draws the GUI for a Animancer.StringAsset.
static
GetPropertyHeight(SerializedProperty, GUIContent) float
OnGUI(Rect, SerializedProperty, GUIContent) void