Sequine - Scripting API
|
Public Attributes | |
string | displayName = "New Command" |
string | tooltip = "This is a new custom command." |
float | nodeWidth = 250f |
bool | isPropertyCommand = false |
bool | titleHasOutPoint = true |
bool | overrideLabelWidth = false |
float | labelWidth = 90f |
List< CommandLine > | lines |
string | className = "NewCommand" |
string | _namespace = "MyNamespace" |
List< CommandDataInclusion > | includedCommandData = new List<CommandDataInclusion>() |
string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor._namespace = "MyNamespace" |
string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.className = "NewCommand" |
string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.displayName = "New Command" |
List<CommandDataInclusion> Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.includedCommandData = new List<CommandDataInclusion>() |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.isPropertyCommand = false |
float Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.labelWidth = 90f |
List<CommandLine> Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.lines |
float Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.nodeWidth = 250f |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.overrideLabelWidth = false |
bool Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.titleHasOutPoint = true |
string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.tooltip = "This is a new custom command." |