Sequine - Scripting API
|
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 |
Calcatz.CookieCutter.CommandInPoint.CommandInPoint | ( | int | _index, |
InPointType | _pointType, | ||
string | _name, | ||
MemberInfo | _member | ||
) |
Calcatz.CookieCutter.CommandInPoint.CommandInPoint | ( | int | _index, |
InPointType | _pointType, | ||
string | _name, | ||
MemberInfo | _member, | ||
string[] | _formerNames | ||
) |
int Calcatz.CookieCutter.CommandInPoint.index |
string Calcatz.CookieCutter.CommandInPoint.name |
InPointType Calcatz.CookieCutter.CommandInPoint.pointType |