C# Class InstanciateSound, kaijurising

Inheritance: NetworkBehaviour
Exibir arquivo Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
hasPlayed bool
soundFolderPath string
soundFolderPrefabs string
soundObject GameObject
sounds sounds,
time float

Public Methods

Method Description
Start ( ) : void
instantiateOnServer ( string sound ) : void

Private Methods

Method Description
RpcInstantiateOnClient ( string sound ) : void

Method Details

Start() public method

public Start ( ) : void
return void

instantiateOnServer() public method

public instantiateOnServer ( string sound ) : void
sound string
return void

Property Details

hasPlayed public_oe property

public bool hasPlayed
return bool

soundFolderPath public_oe property

public string soundFolderPath
return string

soundFolderPrefabs public_oe property

public string soundFolderPrefabs
return string

soundObject public_oe property

public GameObject soundObject
return GameObject

sounds public_oe property

public sounds, sounds
return sounds,

time public_oe property

public float time
return float