|
Sequine - Scripting API
|
Public Member Functions | |
| StringConnectionPoint (Node _node, ConnectionPointType _type, GUIStyle _style, Action< ConnectionPoint > _onClickConnectionPoint) | |
| override Color | GetColor () |
Public Member Functions inherited from Calcatz.CookieCutter.PropertyConnectionPoint | |
| PropertyConnectionPoint (Node _node, ConnectionPointType _type, GUIStyle _style, Action< ConnectionPoint > _onClickConnectionPoint) | |
Public Member Functions inherited from Calcatz.CookieCutter.ConnectionPoint | |
| ConnectionPoint (Node _node, ConnectionPointType _type, GUIStyle _style, Action< ConnectionPoint > _onClickConnectionPoint) | |
| void | Draw (Vector2 _nodePosition, float _yPos) |
| virtual float | GetConnectionWidth () |
Additional Inherited Members | |
Public Attributes inherited from Calcatz.CookieCutter.ConnectionPoint | |
| Rect | rect |
| ConnectionPointType | type |
| Node | node |
| GUIStyle | style |
| Action< ConnectionPoint > | onClickConnectionPoint |
Static Public Attributes inherited from Calcatz.CookieCutter.PropertyConnectionPoint | |
| static readonly Dictionary< Type, Type > | connectionTypes |
| static readonly Dictionary< Type, Type > | variableTypes |
Properties inherited from Calcatz.CookieCutter.ConnectionPoint | |
| static Texture2D | btnLeftTex [get] |
| static Texture2D | btnLeftOnTex [get] |
| static Texture2D | btnRightTex [get] |
| static Texture2D | btnRightOnTex [get] |
| Calcatz.CookieCutter.StringConnectionPoint.StringConnectionPoint | ( | Node | _node, |
| ConnectionPointType | _type, | ||
| GUIStyle | _style, | ||
| Action< ConnectionPoint > | _onClickConnectionPoint | ||
| ) |
|
virtual |
Reimplemented from Calcatz.CookieCutter.PropertyConnectionPoint.