Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleCustomChannelModule
Interface ParticleCustomChannelModule
Typed fixed value allocated as a custom particle attribute.
interface
ParticleCustomChannelModule
{
name
:
string
;
type
:
"custom-channel"
;
value
:
number
|
ParticleVector2
|
ParticleVector3
|
ParticleVector4
;
valueType
:
"float"
|
"color"
|
"vec2"
|
"vec3"
|
"vec4"
;
}
Index
Properties
name
type
value
value
Type
Properties
Readonly
name
name
:
string
Readonly
type
type
:
"custom-channel"
Readonly
value
value
:
number
|
ParticleVector2
|
ParticleVector3
|
ParticleVector4
Readonly
value
Type
valueType
:
"float"
|
"color"
|
"vec2"
|
"vec3"
|
"vec4"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
type
value
value
Type
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Typed fixed value allocated as a custom particle attribute.