Class InitializerAbstract
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
initialize
- initialize(particle): void
-
Returns void
toJSON
- toJSON(): {
type: string;
[key: string]: any;
}
-
Returns {
type: string;
[key: string]: any;
}
-
[key: string]: any
-
type: string
粒子属性初始化器基类
Export
Abstract
Date
2022.4.7
Author
lyx