Methods
Protected
Abstract
_serialize
- _serialize(meta): void
Protected
Parameters
-
meta: {
type: string;
[key: string]: any;
}
-
[key: string]: any
-
type: string
Returns void
Abstract
getType
- getType(): string
-
Returns string
Abstract
randomPosition
- randomPosition(particle): void
-
Returns void
toJSON
- toJSON(): {
type: string;
[key: string]: any;
}
-
Returns {
type: string;
[key: string]: any;
}
-
[key: string]: any
-
type: string
粒子区域基类
Export
Date
2022.4.6
Author
lyx