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