C# Class uFrameECSDemo.WavesGame

Inheritance: uFrame.ECS.EcsComponent
Show file Open project: InvertGames/uFrameECSDemo Class Usage Examples

Public Methods

Method Description
SetEnemyPoolName ( String value ) : void
SetHazardCount ( Int32 value ) : void
SetScore ( Int32 value ) : void
SetSpawnValues ( Vector3 value ) : void
SetSpawnWait ( System.Single value ) : void

Method Details

SetEnemyPoolName() public method

public SetEnemyPoolName ( String value ) : void
value String
return void

SetHazardCount() public method

public SetHazardCount ( Int32 value ) : void
value System.Int32
return void

SetScore() public method

public SetScore ( Int32 value ) : void
value System.Int32
return void

SetSpawnValues() public method

public SetSpawnValues ( Vector3 value ) : void
value Vector3
return void

SetSpawnWait() public method

public SetSpawnWait ( System.Single value ) : void
value System.Single
return void