Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleAuthoringEmitterIR
Interface ParticleAuthoringEmitterIR
Compiler-derived emitter data used by inspectors and preview hosts.
interface
ParticleAuthoringEmitterIR
{
attributes
:
readonly
Readonly
<
ParticleAttributeLayout
>
[]
;
emitterId
:
number
;
layoutHash
:
string
;
moduleNodeIds
:
readonly
string
[]
;
name
:
string
;
nodeId
:
string
;
planKind
:
"stateless"
|
"cpu-stateful"
|
"gpu-stateful"
;
rendererNodeIds
:
readonly
string
[]
;
statelessDiagnostics
:
readonly
string
[]
;
statelessEligible
:
boolean
;
}
Index
Properties
attributes
emitter
Id
layout
Hash
module
Node
Ids
name
node
Id
plan
Kind
renderer
Node
Ids
stateless
Diagnostics
stateless
Eligible
Properties
Readonly
attributes
attributes
:
readonly
Readonly
<
ParticleAttributeLayout
>
[]
Readonly
emitter
Id
emitterId
:
number
Readonly
layout
Hash
layoutHash
:
string
Readonly
module
Node
Ids
moduleNodeIds
:
readonly
string
[]
Readonly
name
name
:
string
Readonly
node
Id
nodeId
:
string
Readonly
plan
Kind
planKind
:
"stateless"
|
"cpu-stateful"
|
"gpu-stateful"
Readonly
renderer
Node
Ids
rendererNodeIds
:
readonly
string
[]
Readonly
stateless
Diagnostics
statelessDiagnostics
:
readonly
string
[]
Readonly
stateless
Eligible
statelessEligible
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
emitter
Id
layout
Hash
module
Node
Ids
name
node
Id
plan
Kind
renderer
Node
Ids
stateless
Diagnostics
stateless
Eligible
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Compiler-derived emitter data used by inspectors and preview hosts.