|
| https://stephenhodgson.github.io/UnityCsReference/index.html |
| Show / Hide Table of Contents | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Mesh.html#sidetoggle |
| Object | https://docs.microsoft.com/dotnet/api/system.object |
| Object | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html |
| Object.GetInstanceID() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetInstanceID |
| Object.GetHashCode() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetHashCode |
| Object.Equals(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Equals_System_Object_ |
| Object.name | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_name |
| Object.Instantiate(Object, Vector3, Quaternion) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_ |
| Object.Instantiate(Object, Vector3, Quaternion, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_ |
| Object.Instantiate(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_ |
| Object.Instantiate(Object, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_ |
| Object.Instantiate(Object, Transform, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_System_Boolean_ |
| Object.Instantiate(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_ |
| Object.Instantiate(T, Vector3, Quaternion) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_ |
| Object.Instantiate(T, Vector3, Quaternion, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_ |
| Object.Instantiate(T, Transform) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_ |
| Object.Instantiate(T, Transform, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_System_Boolean_ |
| Object.Destroy(Object, Single) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_System_Single_ |
| Object.Destroy(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_ |
| Object.DestroyImmediate(Object, Boolean) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_System_Boolean_ |
| Object.DestroyImmediate(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_ |
| Object.FindObjectsOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType_System_Type_ |
| Object.DontDestroyOnLoad(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DontDestroyOnLoad_UnityEngine_Object_ |
| Object.hideFlags | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_hideFlags |
| Object.DestroyObject(Object, Single) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_System_Single_ |
| Object.DestroyObject(Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_ |
| Object.FindSceneObjectsOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindSceneObjectsOfType_System_Type_ |
| Object.FindObjectsOfTypeIncludingAssets(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeIncludingAssets_System_Type_ |
| Object.FindObjectsOfType() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType__1 |
| Object.FindObjectOfType() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType__1 |
| Object.FindObjectsOfTypeAll(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeAll_System_Type_ |
| Object.FindObjectOfType(Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType_System_Type_ |
| Object.ToString() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_ToString |
| Object.Equals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_ |
| Object.ReferenceEquals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_ |
| Object.GetType() | https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType |
| Object.MemberwiseClone() | https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone |
| UnityEngine | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh__ctor.md&value=---%0Auid%3A%20UnityEngine.Mesh.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.bindings.cs/#L18 |
| Matrix4x4 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Matrix4x4.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| BoneWeight | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.BoneWeight.html |
| Bounds | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Bounds.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_colors.md&value=---%0Auid%3A%20UnityEngine.Mesh.colors%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L169 |
| Color | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Color.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_colors32.md&value=---%0Auid%3A%20UnityEngine.Mesh.colors32%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L174 |
| Color32 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Color32.html |
| IndexFormat | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Rendering.IndexFormat.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_normals.md&value=---%0Auid%3A%20UnityEngine.Mesh.normals%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L119 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_tangents.md&value=---%0Auid%3A%20UnityEngine.Mesh.tangents%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L124 |
| Vector4 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector4.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_triangles.md&value=---%0Auid%3A%20UnityEngine.Mesh.triangles%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L324 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L129 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv2.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv2%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L134 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv3.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv3%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L139 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv4.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv4%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L144 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv5.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv5%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L149 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv6.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv6%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L154 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv7.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv7%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L159 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_uv8.md&value=---%0Auid%3A%20UnityEngine.Mesh.uv8%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L164 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_vertices.md&value=---%0Auid%3A%20UnityEngine.Mesh.vertices%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L114 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Single | https://docs.microsoft.com/dotnet/api/system.single |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_Clear.md&value=---%0Auid%3A%20UnityEngine.Mesh.Clear%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L497 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_Clear_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.Clear(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L492 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_CombineMeshes_UnityEngine_CombineInstance___.md&value=---%0Auid%3A%20UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L557 |
| CombineInstance | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.CombineInstance.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_CombineMeshes_UnityEngine_CombineInstance___System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance%5B%5D%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L552 |
| CombineInstance | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.CombineInstance.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_CombineMeshes_UnityEngine_CombineInstance___System_Boolean_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance%5B%5D%2CSystem.Boolean%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L547 |
| CombineInstance | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.CombineInstance.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_CombineMeshes_UnityEngine_CombineInstance___System_Boolean_System_Boolean_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance%5B%5D%2CSystem.Boolean%2CSystem.Boolean%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L542 |
| CombineInstance | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.CombineInstance.html |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetBaseVertex_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetBaseVertex(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L407 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| UInt32 | https://docs.microsoft.com/dotnet/api/system.uint32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetBindposes_System_Collections_Generic_List_UnityEngine_Matrix4x4__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetBindposes(System.Collections.Generic.List%7BUnityEngine.Matrix4x4%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L470 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Matrix4x4 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Matrix4x4.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Single | https://docs.microsoft.com/dotnet/api/system.single |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetBoneWeights_System_Collections_Generic_List_UnityEngine_BoneWeight__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetBoneWeights(System.Collections.Generic.List%7BUnityEngine.BoneWeight%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L479 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| BoneWeight | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.BoneWeight.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetColors_System_Collections_Generic_List_UnityEngine_Color__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetColors(System.Collections.Generic.List%7BUnityEngine.Color%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L219 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Color | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Color.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetColors_System_Collections_Generic_List_UnityEngine_Color32__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetColors(System.Collections.Generic.List%7BUnityEngine.Color32%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L232 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Color32 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Color32.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetIndexCount_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetIndexCount(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L400 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| UInt32 | https://docs.microsoft.com/dotnet/api/system.uint32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetIndexStart_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetIndexStart(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L393 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| UInt32 | https://docs.microsoft.com/dotnet/api/system.uint32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetIndices_System_Collections_Generic_List_System_Int32__System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetIndices(System.Collections.Generic.List%7BSystem.Int32%7D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L376 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetIndices_System_Collections_Generic_List_System_Int32__System_Int32_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetIndices(System.Collections.Generic.List%7BSystem.Int32%7D%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L381 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetIndices_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetIndices(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L366 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetIndices_System_Int32_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetIndices(System.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L371 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| IntPtr | https://docs.microsoft.com/dotnet/api/system.intptr |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| IntPtr | https://docs.microsoft.com/dotnet/api/system.intptr |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetNormals_System_Collections_Generic_List_UnityEngine_Vector3__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetNormals(System.Collections.Generic.List%7BUnityEngine.Vector3%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L193 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetTangents_System_Collections_Generic_List_UnityEngine_Vector4__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetTangents(System.Collections.Generic.List%7BUnityEngine.Vector4%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L206 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector4 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector4.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetTopology_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetTopology(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L532 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| MeshTopology | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.MeshTopology.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetTriangles_System_Collections_Generic_List_System_Int32__System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetTriangles(System.Collections.Generic.List%7BSystem.Int32%7D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L349 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetTriangles_System_Collections_Generic_List_System_Int32__System_Int32_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetTriangles(System.Collections.Generic.List%7BSystem.Int32%7D%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L354 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetTriangles_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetTriangles(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L339 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetTriangles_System_Int32_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetTriangles(System.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L344 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Single | https://docs.microsoft.com/dotnet/api/system.single |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetUVs_System_Int32_System_Collections_Generic_List_UnityEngine_Vector2__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetUVs(System.Int32%2CSystem.Collections.Generic.List%7BUnityEngine.Vector2%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L282 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetUVs_System_Int32_System_Collections_Generic_List_UnityEngine_Vector3__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetUVs(System.Int32%2CSystem.Collections.Generic.List%7BUnityEngine.Vector3%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L287 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetUVs_System_Int32_System_Collections_Generic_List_UnityEngine_Vector4__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetUVs(System.Int32%2CSystem.Collections.Generic.List%7BUnityEngine.Vector4%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L292 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector4 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector4.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_GetVertices_System_Collections_Generic_List_UnityEngine_Vector3__.md&value=---%0Auid%3A%20UnityEngine.Mesh.GetVertices(System.Collections.Generic.List%7BUnityEngine.Vector3%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L180 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_MarkDynamic.md&value=---%0Auid%3A%20UnityEngine.Mesh.MarkDynamic%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L520 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_RecalculateBounds.md&value=---%0Auid%3A%20UnityEngine.Mesh.RecalculateBounds%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L502 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_RecalculateNormals.md&value=---%0Auid%3A%20UnityEngine.Mesh.RecalculateNormals%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L508 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_RecalculateTangents.md&value=---%0Auid%3A%20UnityEngine.Mesh.RecalculateTangents%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L514 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetColors_System_Collections_Generic_List_UnityEngine_Color__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetColors(System.Collections.Generic.List%7BUnityEngine.Color%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L227 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Color | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Color.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetColors_System_Collections_Generic_List_UnityEngine_Color32__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetColors(System.Collections.Generic.List%7BUnityEngine.Color32%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L240 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Color32 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Color32.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetIndices_System_Int32___UnityEngine_MeshTopology_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetIndices(System.Int32%5B%5D%2CUnityEngine.MeshTopology%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L452 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| MeshTopology | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.MeshTopology.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetIndices_System_Int32___UnityEngine_MeshTopology_System_Int32_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetIndices(System.Int32%5B%5D%2CUnityEngine.MeshTopology%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L457 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| MeshTopology | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.MeshTopology.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetIndices_System_Int32___UnityEngine_MeshTopology_System_Int32_System_Boolean_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetIndices(System.Int32%5B%5D%2CUnityEngine.MeshTopology%2CSystem.Int32%2CSystem.Boolean%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L462 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| MeshTopology | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.MeshTopology.html |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetNormals_System_Collections_Generic_List_UnityEngine_Vector3__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetNormals(System.Collections.Generic.List%7BUnityEngine.Vector3%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L201 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetTangents_System_Collections_Generic_List_UnityEngine_Vector4__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetTangents(System.Collections.Generic.List%7BUnityEngine.Vector4%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L214 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector4 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector4.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetTriangles_System_Collections_Generic_List_System_Int32__System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List%7BSystem.Int32%7D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L436 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetTriangles_System_Collections_Generic_List_System_Int32__System_Int32_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List%7BSystem.Int32%7D%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L441 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetTriangles_System_Collections_Generic_List_System_Int32__System_Int32_System_Boolean_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List%7BSystem.Int32%7D%2CSystem.Int32%2CSystem.Boolean%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L446 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetTriangles_System_Int32___System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetTriangles(System.Int32%5B%5D%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L420 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetTriangles_System_Int32___System_Int32_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetTriangles(System.Int32%5B%5D%2CSystem.Int32%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L425 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetTriangles_System_Int32___System_Int32_System_Boolean_System_Int32_.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetTriangles(System.Int32%5B%5D%2CSystem.Int32%2CSystem.Boolean%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L430 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetUVs_System_Int32_System_Collections_Generic_List_UnityEngine_Vector2__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetUVs(System.Int32%2CSystem.Collections.Generic.List%7BUnityEngine.Vector2%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L257 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector2 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetUVs_System_Int32_System_Collections_Generic_List_UnityEngine_Vector3__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetUVs(System.Int32%2CSystem.Collections.Generic.List%7BUnityEngine.Vector3%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L262 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetUVs_System_Int32_System_Collections_Generic_List_UnityEngine_Vector4__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetUVs(System.Int32%2CSystem.Collections.Generic.List%7BUnityEngine.Vector4%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L267 |
| Int32 | https://docs.microsoft.com/dotnet/api/system.int32 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector4 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector4.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_SetVertices_System_Collections_Generic_List_UnityEngine_Vector3__.md&value=---%0Auid%3A%20UnityEngine.Mesh.SetVertices(System.Collections.Generic.List%7BUnityEngine.Vector3%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L188 |
| List | https://docs.microsoft.com/dotnet/api/system.collections.generic.list-1 |
| Vector3 | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Vector3.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh_UploadMeshData_System_Boolean_.md&value=---%0Auid%3A%20UnityEngine.Mesh.UploadMeshData(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L526 |
| Boolean | https://docs.microsoft.com/dotnet/api/system.boolean |
| MustExtensions.MustBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_ |
| MustExtensions.MustBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_System_String_ |
| MustExtensions.MustNotBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_ |
| MustExtensions.MustNotBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_System_String_ |
| MustExtensions.MustBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_ |
| MustExtensions.MustBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_System_String_ |
| MustExtensions.MustNotBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_ |
| MustExtensions.MustNotBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_System_String_ |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Mesh.md&value=---%0Auid%3A%20UnityEngine.Mesh%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Mesh.cs/#L564 |
| Back to top | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Mesh.html#top |