AbstractMeshFilter Class |
Namespace: HightlanderSolutions.MeshCheckerEditorExtension
[PublicAPIAttribute] public abstract class AbstractMeshFilter
The AbstractMeshFilter type exposes the following members.
Name | Description | |
---|---|---|
AbstractMeshFilter | Initializes a new instance of the AbstractMeshFilter class |
Name | Description | |
---|---|---|
gameObject |
Gets the game object this component is attached to. A component is always attached to a game object.
| |
hideFlags |
Gets or sets a value indicating that should the object be hidden, saved with the scene or modifiable by the user?
| |
mesh |
Gets or sets the instantiated Mesh assigned to the mesh filter.
| |
name |
Gets or sets the name of the object.
| |
sharedMesh |
Gets or sets the shared mesh of the mesh filter.
| |
tag |
Gets or sets the tag of this game object.
| |
transform |
Gets the Transform attached to this GameObject.
|