Constructors
constructor
Defined in RuntimeFull.ts:4359
Parameters
Properties
source
source: string
Defined in RuntimeFull.ts:4363
status
Defined in RuntimeFull.ts:4365
Static _isSharedComp
_isSharedComp: boolean
Defined in RuntimeFull.ts:4370
Static _size
_size: number
Defined in RuntimeFull.ts:4372
Static _view
_view: any
Defined in RuntimeFull.ts:4369
Static cid
cid: number
Defined in RuntimeFull.ts:4368
Methods
Static _dtorFn
Defined in RuntimeFull.ts:4376
Parameters
Returns void
Static _fromPtr
Defined in RuntimeFull.ts:4373
Parameters
Static _tempHeapPtr
Defined in RuntimeFull.ts:4375
Parameters
Returns number
Static _toPtr
Defined in RuntimeFull.ts:4374
Parameters
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
An audio clip represents a single audio resource that can play back on one or more AudioSource components.
If only one AudioSource component references the audio clip, you can attach the AudioClip component to the same entity as that AudioSource component.
If multiple AudioSource components reference the audio clip, it's recommended that you add the AudioClip component to a separate entity.