Sequine - Scripting API
|
Public Member Functions | |
void | CreateElement (VisualElement _parent, Func< IVariableUser > _variableUserGetter) |
VariableTable | SetCreateCommandHandler (Action< int, bool > _createCommandHandler) |
VariableTable | BindDictionary (UnityEngine.Object _targetObject, Func< IDictionary > _dictionaryGetter) |
VariableTable | SetShowCreateCommandButton (bool _show) |
VariableTable | SetShowVariableId (bool _show) |
VariableTable | SetRowSearchMethod (UITKTable.RowSearchMethod _rowSearchMethod) |
void | RefreshRows () |
void | BindVariables (Func< IDictionary > _dictionaryGetter) |
Static Public Member Functions | |
static string | GetProperPrimitiveTypeName (Type _type) |
Properties | |
VisualElement | visualElement [get] |
VariableTable Calcatz.CookieCutter.VariableTable.BindDictionary | ( | UnityEngine.Object | _targetObject, |
Func< IDictionary > | _dictionaryGetter | ||
) |
void Calcatz.CookieCutter.VariableTable.BindVariables | ( | Func< IDictionary > | _dictionaryGetter | ) |
void Calcatz.CookieCutter.VariableTable.CreateElement | ( | VisualElement | _parent, |
Func< IVariableUser > | _variableUserGetter | ||
) |
|
static |
void Calcatz.CookieCutter.VariableTable.RefreshRows | ( | ) |
VariableTable Calcatz.CookieCutter.VariableTable.SetCreateCommandHandler | ( | Action< int, bool > | _createCommandHandler | ) |
VariableTable Calcatz.CookieCutter.VariableTable.SetRowSearchMethod | ( | UITKTable.RowSearchMethod | _rowSearchMethod | ) |
VariableTable Calcatz.CookieCutter.VariableTable.SetShowCreateCommandButton | ( | bool | _show | ) |
VariableTable Calcatz.CookieCutter.VariableTable.SetShowVariableId | ( | bool | _show | ) |
|
get |