Click or drag to resize

CreateObject_ExampleObjectToCreate Enumeration

Different objects you can create in this tutorial. Not all variations are listed here. See documentation for all variations

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum ObjectToCreate
Members
  Member nameValueDescription
SimplePrimitive0Spawn a primitive with the basic spawn parameters
SimplePrefab1Spawn a prefab with the basic spawn parameters
FullPrimitive2Spawn a primitive with all the spawn parameters possible
FullPrefab3Spawn a prefab with all the spawn parameters possible
See Also