Enum ObjectCreationData.CreateInContext
Scene context that the object creation takes place in
Namespace: UnityEditor.MARS
Syntax
public enum CreateInContext : int
Fields
| Name | Description | Value |
|---|---|---|
| Scene | Creation takes place in the main editor scene |
0 |
| SyntheticSimulation | Creation takes place in the synthetic (environment) simulation scene |
1 |