Preparing search index...
The search index is not available
Fantasy 3D API
Fantasy 3D API
particlesystem/src
Shape
Class Shape
Abstract
Base class for all particle shapes
Export
Shape
Date
2024.3.8
Author
yisky
Hierarchy (
view full
)
Shape
BoxShape
CircleShape
ConeShape
DonutShape
EdgeShape
HemisphereShape
MeshShape
RectangleShape
SphereShape
Index
Constructors
constructor
Methods
fromJSON
toJSON
Constructors
constructor
new
Shape
(
)
:
Shape
Returns
Shape
Methods
Abstract
fromJSON
fromJSON
(
json
)
:
void
Deserialize
Parameters
json
:
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Returns
void
Memberof
Shape
Abstract
toJSON
toJSON
(
)
:
{
[
key
:
string
]
:
any
;
}
Serialize
Returns
{
[
key
:
string
]
:
any
;
}
[
key
:
string
]:
any
Memberof
Shape
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
fromJSON
toJSON
Fantasy 3D API
Loading...
Base class for all particle shapes
Export
Shape
Date
2024.3.8
Author
yisky