Sequine - Scripting API
Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor Class Reference

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< CommandLinelines
 
string className = "NewCommand"
 
string _namespace = "MyNamespace"
 
List< CommandDataInclusionincludedCommandData = new List<CommandDataInclusion>()
 

Member Data Documentation

◆ _namespace

string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor._namespace = "MyNamespace"

◆ className

string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.className = "NewCommand"

◆ displayName

string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.displayName = "New Command"

◆ includedCommandData

List<CommandDataInclusion> Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.includedCommandData = new List<CommandDataInclusion>()

◆ isPropertyCommand

bool Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.isPropertyCommand = false

◆ labelWidth

float Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.labelWidth = 90f

◆ lines

List<CommandLine> Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.lines
Initial value:
= new List<CommandLine>() {
new CommandLine()
}

◆ nodeWidth

float Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.nodeWidth = 250f

◆ overrideLabelWidth

bool Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.overrideLabelWidth = false

◆ titleHasOutPoint

bool Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.titleHasOutPoint = true

◆ tooltip

string Calcatz.CookieCutter.CommandCreatorWindow.CommandConstructor.tooltip = "This is a new custom command."