Sequine - Scripting API
|
Public Types | |
enum | PointLocation { None , Left , Right } |
enum | ContentType { InputField , Label , None } |
enum | PointType { Main , Boolean , Integer , Float , String , Vector3 , UnityObject , Unspecified } |
enum | OutMainType { AlternateExit , Parallel } |
enum | FieldType { Text , TextArea , RoundedFloat , Float , FloatSlider , Int , IntSlider , Toggle , ToggleLeft , Object , Color , Curve , Enum , Vector3 , Vector3Int , Vector2 , Vector2Int , Vector4 , Rect , RectInt , Popup , CrossSceneTarget } |
Public Attributes | |
ContentType | contentType = ContentType.InputField |
string | label = "New Field" |
string | tooltip = "" |
PointLocation | pointLocation = PointLocation.None |
PointType | pointType = PointType.Main |
OutMainType | outMainType = OutMainType.AlternateExit |
bool | alignRight = false |
FieldType | fieldType = FieldType.Float |
int | lineCount = 2 |
bool | wordWrap = true |
bool | useMin = false |
bool | useMax = true |
float | min = 0f |
float | max = 0f |
bool | allowSceneObjects = true |
float | spacing = 0f |
Static Public Attributes | |
static readonly Dictionary< PointType, Type > | connectionTypes |
static readonly Dictionary< FieldType, PointType > | fieldPointTypes |
static readonly Dictionary< FieldType, Type > | fieldDataTypes |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.alignRight = false |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.allowSceneObjects = true |
|
static |
ContentType Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.contentType = ContentType.InputField |
|
static |
|
static |
FieldType Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.fieldType = FieldType.Float |
string Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.label = "New Field" |
int Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.lineCount = 2 |
float Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.max = 0f |
float Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.min = 0f |
OutMainType Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.outMainType = OutMainType.AlternateExit |
PointLocation Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.pointLocation = PointLocation.None |
PointType Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.pointType = PointType.Main |
float Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.spacing = 0f |
string Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.tooltip = "" |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.useMax = true |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.useMin = false |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandLine.wordWrap = true |