Click or drag to resize

MCMeshRenderer Class

Represents a MeshRenderer wrapper for abstract usage.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtensionMCMeshRenderer

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public class MCMeshRenderer : IMeshRenderer

The MCMeshRenderer type exposes the following members.

Constructors
  NameDescription
Public methodMCMeshRenderer
Initializes a new instance of the MCMeshRenderer class.
Top
Properties
  NameDescription
Public propertygameObject
Gets the game object this component is attached to. A component is always attached to a game object.
Public propertyhideFlags
Gets or sets a value indicating that should the object be hidden, saved with the scene or modifiable by the user?
Public propertyMeshRenderer
Gets an associated MeshRenderer
Public propertyname
Gets or sets the name of the object.
Public propertysharedMaterials
Gets all the shared materials of this object.
Public propertytag
Gets or sets the tag of this game object.
Public propertytransform
Gets the Transform attached to this GameObject.
Top
See Also