Click or drag to resize

MCSkinnedMeshRenderermesh Property

Gets a shared mesh.

This is a dummy property which is proxy for the sharedMesh property. You should not use it.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public override Mesh mesh { get; set; }

Property Value

Type: Mesh
See Also