C# Class Murderer

Inheritance: Player
Datei anzeigen 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_oe static_oe property

public static string[] deadStrings
return string[]

maxTime public_oe property

public int maxTime
return int

minTime public_oe property

public int minTime
return int

projectorPrefab public_oe property

public GameObject projectorPrefab
return GameObject

respawnTime public_oe property

public float respawnTime
return float

spawnPoint public_oe property

public GameObject spawnPoint
return GameObject

splatterPrefab public_oe property

public GameObject splatterPrefab
return GameObject

walkPoint public_oe property

public GameObject walkPoint
return GameObject

weightHeight public_oe property

public float weightHeight
return float

weightPrefab public_oe property

public GameObject weightPrefab
return GameObject

weightSpeed public_oe property

public float weightSpeed
return float