C# Class GameEntities.SpawnPoint

Inheritance: AKMapObject
ファイルを表示 Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetDefaultSpawnPoint ( ) : SpawnPoint
GetFreeRandomSpawnPoint ( ) : SpawnPoint
GetRandomSpawnPoint ( ) : SpawnPoint

Protected Methods

Method Description
OnDestroy ( ) : void
OnPostCreate ( bool loaded ) : void

Method Details

GetDefaultSpawnPoint() public static method

public static GetDefaultSpawnPoint ( ) : SpawnPoint
return SpawnPoint

GetFreeRandomSpawnPoint() public static method

public static GetFreeRandomSpawnPoint ( ) : SpawnPoint
return SpawnPoint

GetRandomSpawnPoint() public static method

public static GetRandomSpawnPoint ( ) : SpawnPoint
return SpawnPoint

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnPostCreate() protected method

protected OnPostCreate ( bool loaded ) : void
loaded bool
return void