Enum VoxelGridOrientation
Namespace: Unity.MARS.Data.Synthetic
Syntax
public enum VoxelGridOrientation : int
Fields
| Name | Description | Value |
|---|---|---|
| Up | 0 | |
| Down | 1 | |
| Forward | 2 | |
| Back | 3 | |
| Right | 4 | |
| Left | 5 |
public enum VoxelGridOrientation : int
| Name | Description | Value |
|---|---|---|
| Up | 0 | |
| Down | 1 | |
| Forward | 2 | |
| Back | 3 | |
| Right | 4 | |
| Left | 5 |