C# Class Platform.EntitySpawner

Inheritance: UnityEngine.MonoBehaviour, PlatformSpawnListener
Datei anzeigen Open project: matthewAURA/SlashRunner

Public Properties

Property Type Description
objectToSpawn UnityEngine.Transform
spawner PlatformSpawner

Public Methods

Method Description
Start ( ) : void
onPlatformSpawn ( Vector3 pos ) : void

Private Methods

Method Description
spawnNewObject ( Vector3 pos ) : void

Method Details

Start() public method

public Start ( ) : void
return void

onPlatformSpawn() public method

public onPlatformSpawn ( Vector3 pos ) : void
pos Vector3
return void

Property Details

objectToSpawn public_oe property

public Transform,UnityEngine objectToSpawn
return UnityEngine.Transform

spawner public_oe property

public PlatformSpawner,Platform spawner
return PlatformSpawner