Sequine - Scripting API
Calcatz.CookieCutter.CommandInPoint Class Reference

Public Types

enum  InPointType {
  Boolean , Integer , Float , String ,
  Vector3 , Quaternion , UnityObject , Unspecified
}
 

Public Member Functions

 CommandInPoint (int _index, InPointType _pointType, string _name, MemberInfo _member)
 
 CommandInPoint (int _index, InPointType _pointType, string _name, MemberInfo _member, string[] _formerNames)
 

Public Attributes

int index
 
InPointType pointType
 
string name
 

Member Enumeration Documentation

◆ InPointType

Enumerator
Boolean 
Integer 
Float 
String 
Vector3 
Quaternion 
UnityObject 
Unspecified 

Constructor & Destructor Documentation

◆ CommandInPoint() [1/2]

Calcatz.CookieCutter.CommandInPoint.CommandInPoint ( int  _index,
InPointType  _pointType,
string  _name,
MemberInfo  _member 
)

◆ CommandInPoint() [2/2]

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

Member Data Documentation

◆ index

int Calcatz.CookieCutter.CommandInPoint.index

◆ name

string Calcatz.CookieCutter.CommandInPoint.name

◆ pointType

InPointType Calcatz.CookieCutter.CommandInPoint.pointType