프로퍼티 | 타입 | 설명 | |
---|---|---|---|
animDistance | float | ||
animSpeed | float | ||
arrowDistance | float | ||
arrowObject | GameObject | ||
arrowOffset | Vector3 | ||
enableArrow | bool | ||
enableFade | bool | ||
enableIcons | bool | ||
fadeColor | Color | ||
iconImage | |||
iconTextures | UnityEngine.Texture2D[] | ||
waitTime | float |
메소드 | 설명 | |
---|---|---|
SetEnableArrow ( bool b ) : void | ||
SetEnableFade ( bool b ) : void |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
ComputePlanes ( ) : void |
Computes frustum planes from tracker frustum parameters.
|
|
DistanceToPlanes ( Vector3 p, int &closestPlane ) : float |
Computes signed distance to frustum planes as maximum of distance to each plane negative inside volume, positive outside.
|
|
OnDestroy ( ) : void | ||
OnRenderObject ( ) : void | ||
SmoothStep ( float a, float b, float x ) : float |
Interpolates between a and b with custom smoothing.
|
|
Update ( ) : void |