Sequine - Scripting API
Calcatz.CookieCutter.CommandOutPoint Class Reference

Public Types

enum  OutPointType {
  Exit , Parallel , Boolean , Integer ,
  Float , String , Vector3 , Quaternion ,
  UnityObject , Unspecified
}
 

Public Member Functions

 CommandOutPoint (int _index, OutPointType _pointType, string _name, MemberInfo _member)
 
 CommandOutPoint (int _index, OutPointType _pointType, string _name, MemberInfo _member, string[] _formerNames)
 

Public Attributes

int index
 
OutPointType pointType
 
string name
 

Member Enumeration Documentation

◆ OutPointType

Enumerator
Exit 
Parallel 
Boolean 
Integer 
Float 
String 
Vector3 
Quaternion 
UnityObject 
Unspecified 

Constructor & Destructor Documentation

◆ CommandOutPoint() [1/2]

Calcatz.CookieCutter.CommandOutPoint.CommandOutPoint ( int  _index,
OutPointType  _pointType,
string  _name,
MemberInfo  _member 
)

◆ CommandOutPoint() [2/2]

Calcatz.CookieCutter.CommandOutPoint.CommandOutPoint ( int  _index,
OutPointType  _pointType,
string  _name,
MemberInfo  _member,
string[]  _formerNames 
)

Member Data Documentation

◆ index

int Calcatz.CookieCutter.CommandOutPoint.index

◆ name

string Calcatz.CookieCutter.CommandOutPoint.name

◆ pointType

OutPointType Calcatz.CookieCutter.CommandOutPoint.pointType