C# Class Murderer

Inheritance: Player
Show file Open project: Devination/TheRightWay Class Usage Examples

Public Properties

Property Type Description
deadStrings string[]
maxTime int
minTime int
projectorPrefab GameObject
respawnTime float
spawnPoint GameObject
splatterPrefab GameObject
walkPoint GameObject
weightHeight float
weightPrefab GameObject
weightSpeed float

Public Methods

Method Description
Kill ( ) : void
KillPlayer ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
WaitToRespawn ( ) : IEnumerator
killRoutine ( ) : IEnumerator

Method Details

Kill() public method

public Kill ( ) : void
return void

KillPlayer() public method

public KillPlayer ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

deadStrings public static property

public static string[] deadStrings
return string[]

maxTime public property

public int maxTime
return int

minTime public property

public int minTime
return int

projectorPrefab public property

public GameObject projectorPrefab
return GameObject

respawnTime public property

public float respawnTime
return float

spawnPoint public property

public GameObject spawnPoint
return GameObject

splatterPrefab public property

public GameObject splatterPrefab
return GameObject

walkPoint public property

public GameObject walkPoint
return GameObject

weightHeight public property

public float weightHeight
return float

weightPrefab public property

public GameObject weightPrefab
return GameObject

weightSpeed public property

public float weightSpeed
return float