C# Class InstanciateSound, kaijurising

Inheritance: NetworkBehaviour
Afficher le fichier Open project: Moehammered/kaijurising Class Usage Examples

Méthodes publiques

Свойство Type Description
hasPlayed bool
soundFolderPath string
soundFolderPrefabs string
soundObject GameObject
sounds sounds,
time float

Méthodes publiques

Méthode Description
Start ( ) : void
instantiateOnServer ( string sound ) : void

Private Methods

Méthode Description
RpcInstantiateOnClient ( string sound ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

instantiateOnServer() public méthode

public instantiateOnServer ( string sound ) : void
sound string
Résultat void

Property Details

hasPlayed public_oe property

public bool hasPlayed
Résultat bool

soundFolderPath public_oe property

public string soundFolderPath
Résultat string

soundFolderPrefabs public_oe property

public string soundFolderPrefabs
Résultat string

soundObject public_oe property

public GameObject soundObject
Résultat GameObject

sounds public_oe property

public sounds, sounds
Résultat sounds,

time public_oe property

public float time
Résultat float