int | RenderQueue[Get] |
Vector2 | RenderOffset[Get] |
float | Radius[Get] |
Gradient | Gradient[Get] |
Color | Tint[Get] |
float | ProgressFade[Get] |
float | StartFadeThresold[Get] |
float | EndFadeThresold[Get] |
bool | InvertThreshold[Get] |
float | Feather[Get] |
bool | MirrorTexture[Get] |
float | Progress[Get] |
float | TotalLength[Get] |
void | Updates the mesh data for the tube with the specified points. |
void | Hide ( ) Hides the renderer of the tube. |
void | Show ( ) Shows the renderer of the tube. |
void | Resubmits the fading thresholds data to the material without re-generating the mesh. |
void | |
void | InjectFilter ( MeshFilter filter ) |
void | InjectRenderer ( MeshRenderer renderer ) |
void | InjectDivisions ( int divisions ) |
void | InjectBevel ( int bevel ) |
int Oculus.Interaction.TubeRenderer.RenderQueue |
---|
No description available.
|
Vector2 Oculus.Interaction.TubeRenderer.RenderOffset |
---|
No description available.
|
float Oculus.Interaction.TubeRenderer.Radius |
---|
No description available.
|
Gradient Oculus.Interaction.TubeRenderer.Gradient |
---|
No description available.
|
Color Oculus.Interaction.TubeRenderer.Tint |
---|
No description available.
|
float Oculus.Interaction.TubeRenderer.ProgressFade |
---|
No description available.
|
float Oculus.Interaction.TubeRenderer.StartFadeThresold |
---|
No description available.
|
float Oculus.Interaction.TubeRenderer.EndFadeThresold |
---|
No description available.
|
bool Oculus.Interaction.TubeRenderer.InvertThreshold |
---|
No description available.
|
float Oculus.Interaction.TubeRenderer.Feather |
---|
No description available.
|
bool Oculus.Interaction.TubeRenderer.MirrorTexture |
---|
No description available.
|
float Oculus.Interaction.TubeRenderer.Progress |
---|
No description available.
|
float Oculus.Interaction.TubeRenderer.TotalLength |
---|
No description available.
|
virtual void Oculus.Interaction.TubeRenderer.Reset ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.TubeRenderer.Awake ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.TubeRenderer.OnEnable ( ) |
---|
No description available.
|
virtual void Oculus.Interaction.TubeRenderer.OnDisable ( ) |
---|
No description available.
|
void Oculus.Interaction.TubeRenderer.RenderTube ( TubePoint[] points, Space space ) |
---|
Updates the mesh data for the tube with the specified points. If the component is enabled it will automatically show the renderer. Parameters points The points that the tube must follow spaceIndicates if the points are specified in local space or world space |
void Oculus.Interaction.TubeRenderer.Hide ( ) |
---|
Hides the renderer of the tube. |
void Oculus.Interaction.TubeRenderer.Show ( ) |
---|
Shows the renderer of the tube. |
void Oculus.Interaction.TubeRenderer.RedrawFadeThresholds ( ) |
---|
Resubmits the fading thresholds data to the material without re-generating the mesh. |
void Oculus.Interaction.TubeRenderer.InjectAllTubeRenderer ( MeshFilter filter, MeshRenderer renderer, int divisions, int bevel ) |
---|
No description available.
|
void Oculus.Interaction.TubeRenderer.InjectFilter ( MeshFilter filter ) |
---|
No description available.
|
void Oculus.Interaction.TubeRenderer.InjectRenderer ( MeshRenderer renderer ) |
---|
No description available.
|
void Oculus.Interaction.TubeRenderer.InjectDivisions ( int divisions ) |
---|
No description available.
|
void Oculus.Interaction.TubeRenderer.InjectBevel ( int bevel ) |
---|
No description available.
|