Sequine - Scripting API
Calcatz.Sequine.CustomTextBehaviourEditorAttribute Class Reference

An attribute that binds a subclass of TextBehaviourComponent to draw using custom property drawer. More...

Inheritance diagram for Calcatz.Sequine.CustomTextBehaviourEditorAttribute:

Public Member Functions

 CustomTextBehaviourEditorAttribute (Type _textBehaviourComponentType)
 

Public Attributes

Type textBehaviourComponentType
 

Static Public Attributes

static Dictionary< Type, Type > editorTypes = new Dictionary<Type, Type>()
 

Detailed Description

An attribute that binds a subclass of TextBehaviourComponent to draw using custom property drawer.

Constructor & Destructor Documentation

◆ CustomTextBehaviourEditorAttribute()

Calcatz.Sequine.CustomTextBehaviourEditorAttribute.CustomTextBehaviourEditorAttribute ( Type  _textBehaviourComponentType)

Member Data Documentation

◆ editorTypes

Dictionary<Type, Type> Calcatz.Sequine.CustomTextBehaviourEditorAttribute.editorTypes = new Dictionary<Type, Type>()
static

◆ textBehaviourComponentType

Type Calcatz.Sequine.CustomTextBehaviourEditorAttribute.textBehaviourComponentType