OVROverlayMeshGenerator Member List

This is the complete list of members for OVROverlayMeshGenerator, including all inherited members.

Awake()OVROverlayMeshGeneratorprotected
BuildCube(List< Vector3 > verts, List< Vector2 > uv, List< int > triangles, Vector3 position, Quaternion rotation, Vector3 scale, float worldScale=800, int subQuads=1, float expand_coef=1.01f)OVROverlayMeshGeneratorstatic
BuildHemicylinder(List< Vector3 > verts, List< Vector2 > uv, List< int > triangles, Vector3 scale, Rect rect, int longitudes=128)OVROverlayMeshGeneratorstatic
BuildQuad(List< Vector3 > verts, List< Vector2 > uv, List< int > triangles, Rect rect)OVROverlayMeshGeneratorstatic
BuildSphere(List< Vector3 > verts, List< Vector2 > uv, List< int > triangles, Vector3 position, Quaternion rotation, Vector3 scale, Rect rect, float worldScale=800, int latitudes=128, int longitudes=128, float expand_coef=1.0f)OVROverlayMeshGeneratorstatic
GenerateMesh(List< Vector3 > verts, List< Vector2 > uvs, List< int > tris, OVROverlay.OverlayShape shape, Vector3 position, Quaternion rotation, Vector3 scale, Rect rect)OVROverlayMeshGeneratorstatic
OnDisable()OVROverlayMeshGeneratorprotected
OnEnable()OVROverlayMeshGeneratorprotected
SetOverlay(OVROverlay overlay)OVROverlayMeshGenerator