Method | Description | |
---|---|---|
GetActiveGridAxis ( ) : HandleAxis | ||
GetActiveGridOffset ( ) : float | ||
GetPivot ( Vector3 &pivot ) : bool |
Return the last known grid pivot point.
|
|
GetProGridsInstance ( ) : object | ||
GetProGridsSnapAsGroup ( ) : bool | ||
GetProGridsType ( ) : Type |
Get a pg_Editor type.
|
|
GridVisible ( ) : bool |
Is the grid visible?
|
|
IsFullGridEnabled ( ) : bool | ||
OnHandleMove ( Vector3 worldDirection ) : void |
Tell ProGrids that a non-Unity handle has moved in some direction (in world space).
|
|
ProGridsActive ( ) : bool |
True if ProGrids is open in scene.
|
|
ProGridsSnap ( Vector3 point ) : Vector3 |
Snap a Vector3 to the nearest point on the current ProGrids grid if ProGrids is enabled.
|
|
ProGridsSnap ( Vector3 point, Vector3 mask ) : Vector3 |
Snap a Vector3 to the nearest point on the current ProGrids grid if ProGrids is enabled, with mask.
|
|
ProGridsSnap ( float point ) : float |
Snap a Vector3 to the nearest point on the current ProGrids grid if ProGrids is enabled.
|
|
SceneToolbarIsExtended ( ) : bool |
Is the scene toolbar extended or collapsed? Also check ProGridsActive to see if ProGrids is open in the first place.
|
|
SnapEnabled ( ) : bool |
If ProGrids is open and snap enabled, return true. False otherwise.
|
|
SnapValue ( ) : float |
Return the last known snap value setting from ProGrids.
|
|
SubscribePushToGridEvent ( Action listener ) : void |
Subscribe to PushToGrid events.
|
|
SubscribeToolbarEvent ( Action listener ) : void |
Subscribe to toolbar extendo/retracto events. Delegates are called with bool paramater Listener(bool menuOpen);
|
|
UnsubscribePushToGridEvent ( Action listener ) : void |
Remove subscription from PushToGrid events.
|
|
UnsubscribeToolbarEvent ( Action listener ) : void |
Remove subscription from extendo/retracto tooblar events.
|
|
UseAxisConstraints ( ) : bool |
Returns the current UseAxisConstraints value from ProGrids.
|
Method | Description | |
---|---|---|
ProGridsInterface ( ) : UnityEngine |
public static GetActiveGridAxis ( ) : HandleAxis | ||
return | HandleAxis |
public static GetActiveGridOffset ( ) : float | ||
return | float |
public static GetPivot ( Vector3 &pivot ) : bool | ||
pivot | Vector3 | |
return | bool |
public static GetProGridsInstance ( ) : object | ||
return | object |
public static GetProGridsSnapAsGroup ( ) : bool | ||
return | bool |
public static OnHandleMove ( Vector3 worldDirection ) : void | ||
worldDirection | Vector3 | |
return | void |
public static ProGridsSnap ( Vector3 point ) : Vector3 | ||
point | Vector3 | |
return | Vector3 |
public static ProGridsSnap ( Vector3 point, Vector3 mask ) : Vector3 | ||
point | Vector3 | |
mask | Vector3 | |
return | Vector3 |
public static ProGridsSnap ( float point ) : float | ||
point | float | |
return | float |
public static SceneToolbarIsExtended ( ) : bool | ||
return | bool |
public static SubscribePushToGridEvent ( Action listener ) : void | ||
listener | Action | |
return | void |
public static SubscribeToolbarEvent ( Action listener ) : void | ||
listener | Action | |
return | void |
public static UnsubscribePushToGridEvent ( Action listener ) : void | ||
listener | Action | |
return | void |
public static UnsubscribeToolbarEvent ( Action listener ) : void | ||
listener | Action | |
return | void |