Sequine - Scripting API
Calcatz.CookieCutter.CommandGUI.internal_Actions Class Reference

Static Public Attributes

static Action addMainInPoint
 
static Action addMainOutPoint
 
static Action< Type > addPropertyInPoint
 
static Action< Type > addPropertyOutPoint
 
static Action< int > removeInPoint
 
static Action< int > removeOutPoint
 
static Func< bool > hasMainInPoint
 
static Action< int > drawInPoint
 
static Action< int > drawOutPoint
 
static Action< float > addRectHeight
 
static GUIStyle labelStyle
 
static GUIStyle labelRightStyle
 
static Vector2 absolutePosition
 
static Func< float > currentY
 
static Func< float > nodeWidth
 
static UnityEngine.Object targetObject
 
static bool selected
 
static bool offScreen
 

Member Data Documentation

◆ absolutePosition

Vector2 Calcatz.CookieCutter.CommandGUI.internal_Actions.absolutePosition
static

◆ addMainInPoint

Action Calcatz.CookieCutter.CommandGUI.internal_Actions.addMainInPoint
static

◆ addMainOutPoint

Action Calcatz.CookieCutter.CommandGUI.internal_Actions.addMainOutPoint
static

◆ addPropertyInPoint

Action<Type> Calcatz.CookieCutter.CommandGUI.internal_Actions.addPropertyInPoint
static

◆ addPropertyOutPoint

Action<Type> Calcatz.CookieCutter.CommandGUI.internal_Actions.addPropertyOutPoint
static

◆ addRectHeight

Action<float> Calcatz.CookieCutter.CommandGUI.internal_Actions.addRectHeight
static

◆ currentY

Func<float> Calcatz.CookieCutter.CommandGUI.internal_Actions.currentY
static

◆ drawInPoint

Action<int> Calcatz.CookieCutter.CommandGUI.internal_Actions.drawInPoint
static

◆ drawOutPoint

Action<int> Calcatz.CookieCutter.CommandGUI.internal_Actions.drawOutPoint
static

◆ hasMainInPoint

Func<bool> Calcatz.CookieCutter.CommandGUI.internal_Actions.hasMainInPoint
static

◆ labelRightStyle

GUIStyle Calcatz.CookieCutter.CommandGUI.internal_Actions.labelRightStyle
static

◆ labelStyle

GUIStyle Calcatz.CookieCutter.CommandGUI.internal_Actions.labelStyle
static

◆ nodeWidth

Func<float> Calcatz.CookieCutter.CommandGUI.internal_Actions.nodeWidth
static

◆ offScreen

bool Calcatz.CookieCutter.CommandGUI.internal_Actions.offScreen
static

◆ removeInPoint

Action<int> Calcatz.CookieCutter.CommandGUI.internal_Actions.removeInPoint
static

◆ removeOutPoint

Action<int> Calcatz.CookieCutter.CommandGUI.internal_Actions.removeOutPoint
static

◆ selected

bool Calcatz.CookieCutter.CommandGUI.internal_Actions.selected
static

◆ targetObject

UnityEngine.Object Calcatz.CookieCutter.CommandGUI.internal_Actions.targetObject
static