|
PC Stable Documentation
|
|

Private Member Functions | |
| void | ATCCachedTarget () |
| void | Store (Object obj, vector pos, int compIdx) |
| cache object and its world pos | |
| void | Invalidate () |
| invalidate cached objec | |
| Object | Get () |
| vector | GetCursorWorldPos () |
| int | GetCursorCompIdx () |
Private Attributes | |
| protected Object | m_CachedObject |
| protected vector | m_CursorWPos |
| protected vector | m_ScreenPos |
| protected int | m_CompIdx |
|
inlineprivate |
References m_CachedObject, m_CompIdx, m_ScreenPos, and vector::Zero.
|
inlineprivate |
References m_CachedObject.
Referenced by ActionTargetsCursor::Update().
|
inlineprivate |
References m_CompIdx.
Referenced by ActionTargetsCursor::BuildFloatingCursor().
|
inlineprivate |
References m_CursorWPos.
Referenced by ActionTargetsCursor::BuildFloatingCursor().
|
inlineprivate |
invalidate cached objec
References m_CachedObject, m_CompIdx, m_CursorWPos, and vector::Zero.
Referenced by ActionTargetsCursor::HideWidget(), and ActionTargetsCursor::Update().
cache object and its world pos
References m_CachedObject, m_CompIdx, and m_CursorWPos.
Referenced by ActionTargetsCursor::GetOnScreenPosition().
|
private |
Referenced by ATCCachedTarget(), Get(), Invalidate(), and Store().
|
private |
Referenced by ATCCachedTarget(), GetCursorCompIdx(), Invalidate(), and Store().
|
private |
Referenced by GetCursorWorldPos(), Invalidate(), and Store().
|
private |
Referenced by ATCCachedTarget().