Class SimulatedMeshClassification
Marks an object in a simulated environment with a classification type to apply to the tracked mesh generated from this object and its children
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.MARS.Simulation
Assembly: Unity.MARS.dll
Syntax
public class SimulatedMeshClassification : MonoBehaviour
Properties
ClassificationType
The classification type for the tracked mesh generated from this object and its children
Declaration
public string ClassificationType { get; set; }
Property Value
Type | Description |
---|---|
string |