C# Class Platform.EntitySpawner

Inheritance: UnityEngine.MonoBehaviour, PlatformSpawnListener
Afficher le fichier Open project: matthewAURA/SlashRunner

Méthodes publiques

Свойство Type Description
objectToSpawn UnityEngine.Transform
spawner PlatformSpawner

Méthodes publiques

Méthode Description
Start ( ) : void
onPlatformSpawn ( Vector3 pos ) : void

Private Methods

Méthode Description
spawnNewObject ( Vector3 pos ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

onPlatformSpawn() public méthode

public onPlatformSpawn ( Vector3 pos ) : void
pos Vector3
Résultat void

Property Details

objectToSpawn public_oe property

public Transform,UnityEngine objectToSpawn
Résultat UnityEngine.Transform

spawner public_oe property

public PlatformSpawner,Platform spawner
Résultat PlatformSpawner