static const int | MIN_RESOLUTION[Get] |
float | Radius[Get] |
Cylinder[Get] The cylinder the curved plane lies on. | |
float | ArcDegrees[Get] The horizontal size of the plane, in degrees. |
float | Rotation[Get] The rotation of the center of the plane relative to the Cylinder's forward Z axis, in degrees. |
float | Bottom[Get] The bottom of the plane relative to the Cylinder Y position, in Cylinder local space. |
float | Top[Get] The top of the plane relative to the Cylinder Y position, in Cylinder local space. |
float |
bool | GetCylinderSegment ( out CylinderSegment segment ) Get the segment defining a portion of a cylinder surface. |
void | InjectAllCanvasCylinder ( CanvasRenderTexture canvasRenderTexture, MeshFilter meshFilter, Cylinder cylinder, CylinderOrientation orientation ) |
void | InjectCylinder ( Cylinder cylinder ) |
void | InjectOrientation ( CylinderOrientation orientation ) |
override void | Start ( ) |
override void | UpdateImposter ( ) |
override Vector3 | MeshInverseTransform ( Vector3 localPosition ) |
override void |
const int Oculus.Interaction.UnityCanvas.CanvasCylinder.MIN_RESOLUTION |
---|
No description available.
|
float Oculus.Interaction.UnityCanvas.CanvasCylinder.Radius |
---|
No description available.
|
Cylinder Oculus.Interaction.UnityCanvas.CanvasCylinder.Cylinder |
---|
The cylinder the curved plane lies on. |
float Oculus.Interaction.UnityCanvas.CanvasCylinder.ArcDegrees |
---|
The horizontal size of the plane, in degrees. |
float Oculus.Interaction.UnityCanvas.CanvasCylinder.Rotation |
---|
The rotation of the center of the plane relative to the Cylinder's forward Z axis, in degrees. |
float Oculus.Interaction.UnityCanvas.CanvasCylinder.Bottom |
---|
The bottom of the plane relative to the Cylinder Y position, in Cylinder local space. |
float Oculus.Interaction.UnityCanvas.CanvasCylinder.Top |
---|
The top of the plane relative to the Cylinder Y position, in Cylinder local space. |
float Oculus.Interaction.UnityCanvas.CanvasCylinder.CylinderRelativeScale |
---|
No description available.
|
bool Oculus.Interaction.UnityCanvas.CanvasCylinder.GetCylinderSegment ( out CylinderSegment segment ) |
---|
Get the segment defining a portion of a cylinder surface. Parameters segment The segment defining the clip area of a cylinder Returns True if clipping should be performed |
void Oculus.Interaction.UnityCanvas.CanvasCylinder.InjectAllCanvasCylinder ( CanvasRenderTexture canvasRenderTexture, MeshFilter meshFilter, Cylinder cylinder, CylinderOrientation orientation ) |
---|
No description available.
|
void Oculus.Interaction.UnityCanvas.CanvasCylinder.InjectCylinder ( Cylinder cylinder ) |
---|
No description available.
|
void Oculus.Interaction.UnityCanvas.CanvasCylinder.InjectOrientation ( CylinderOrientation orientation ) |
---|
No description available.
|
override void Oculus.Interaction.UnityCanvas.CanvasCylinder.Start ( ) |
---|
No description available.
|
override void Oculus.Interaction.UnityCanvas.CanvasCylinder.UpdateImposter ( ) |
---|
No description available.
|
override Vector3 Oculus.Interaction.UnityCanvas.CanvasCylinder.MeshInverseTransform ( Vector3 localPosition ) |
---|
No description available.
|
override void Oculus.Interaction.UnityCanvas.CanvasCylinder.GenerateMesh ( out List< Vector3 > verts, out List< int > tris, out List< Vector2 > uvs ) |
---|
No description available.
|