Field Id
The Id of the item being tracked.
Namespace: Slicer
Assembly: 27Slicer.dll
Syntax
public int IdReturns
| Type | Description |
|---|---|
| Int32 |
Remarks
This ID is normally obtained using the MonoBehaviour.GetInstanceID() of the primary component used during slicing.
Examples
For example the following Slicer Components use these IDs.
- MeshSlicerComponent:
MeshFilter.GetInstanceID() - ColliderSlicerComponent:
Collider.GetInstanceID()