Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleParameter
Class ParticleParameter<T>
Typed identity token for runtime parameter updates that do not change plan topology.
Type Parameters
T
extends
ParticleParameterValue
=
ParticleParameterValue
Index
Constructors
constructor
Properties
default
Value
name
type
Constructors
constructor
new
ParticleParameter
<
T
extends
ParticleParameterValue
=
ParticleParameterValue
>
(
name
:
string
,
type
:
ParticleParameterType
,
defaultValue
:
T
,
)
:
ParticleParameter
<
T
>
Type Parameters
T
extends
ParticleParameterValue
=
ParticleParameterValue
Parameters
name
:
string
type
:
ParticleParameterType
defaultValue
:
T
Returns
ParticleParameter
<
T
>
Properties
Readonly
default
Value
defaultValue
:
T
Readonly
name
name
:
string
Readonly
type
type
:
ParticleParameterType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
Value
name
type
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
Typed identity token for runtime parameter updates that do not change plan topology.