Property | Type | Description | |
---|---|---|---|
s_Styles | Styles |
Method | Description | |
---|---|---|
AnchorHandleCap ( int controlID, Vector3 position, |
||
ConnectedAnchorHandleCap ( int controlID, Vector3 position, |
||
DrawAALine ( Vector3 start, Vector3 end ) : void | ||
DrawDistanceGizmo ( Vector3 anchor, Vector3 connectedAnchor, float distance ) : void |
Method | Description | |
---|---|---|
HandleAnchor ( Vector3 &position, bool isConnectedAnchor ) : bool |
Method | Description | |
---|---|---|
GetAnchorSpaceMatrix ( |
public static AnchorHandleCap ( int controlID, Vector3 position, |
||
controlID | int | |
position | Vector3 | |
rotation | ||
size | float | |
eventType | EventType | |
return | void |
public static ConnectedAnchorHandleCap ( int controlID, Vector3 position, |
||
controlID | int | |
position | Vector3 | |
rotation | ||
size | float | |
eventType | EventType | |
return | void |
public static DrawAALine ( Vector3 start, Vector3 end ) : void | ||
start | Vector3 | |
end | Vector3 | |
return | void |
public static DrawDistanceGizmo ( Vector3 anchor, Vector3 connectedAnchor, float distance ) : void | ||
anchor | Vector3 | |
connectedAnchor | Vector3 | |
distance | float | |
return | void |
protected HandleAnchor ( Vector3 &position, bool isConnectedAnchor ) : bool | ||
position | Vector3 | |
isConnectedAnchor | bool | |
return | bool |