Hilo3d API - v2.0.0-alpha.4
Home
Examples
Repository
Preparing search index...
Hilo3d
ParticleAuthoringEdge
Interface ParticleAuthoringEdge
One ordered ownership edge in the external authoring graph.
interface
ParticleAuthoringEdge
{
from
:
string
;
id
:
string
;
order
:
number
;
port
:
ParticleAuthoringPort
;
to
:
string
;
}
Index
Properties
from
id
order
port
to
Properties
Readonly
from
from
:
string
Readonly
id
id
:
string
Readonly
order
order
:
number
Readonly
port
port
:
ParticleAuthoringPort
Readonly
to
to
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
id
order
port
to
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.4
Loading...
One ordered ownership edge in the external authoring graph.