| ARMeshFromPlane_ExampleSpawnPlatform Method |
Sends the vertices of the AR Plane to the new mesh once created
Namespace:
SimpleDemos
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private static void SpawnPlatform(
GameObject _platform
)
Private Shared Sub SpawnPlatform (
_platform As GameObject
)
private:
static void SpawnPlatform(
GameObject^ _platform
)
private static member SpawnPlatform :
_platform : GameObject -> unit
Parameters
- _platform
- Type: GameObject
The game object that represents the newly created platform
See Also