EntityCreator
Functions
- createSound([position], [timeout], [url], [track], [positioned], [channel], [volume]) ⇒
Entity
- createTimer(timeout, action) ⇒
Entity
createSound([position], [timeout], [url], [track], [positioned], [channel], [volume]) ⇒ Entity
Kind: global function
Param | Type |
---|---|
[position] | Vector3 |
[timeout] | number |
[url] | String |
[track] | SoundTrack |
[positioned] | boolean |
[channel] | String | SoundEmitterChannels |
[volume] | number |
createTimer(timeout, action) ⇒ Entity
Kind: global function
Param |
---|
timeout |
action |