Class: OutlinePostManager
manager of outline effect
Constructors
Methods
Constructors
constructor
• new OutlinePostManager(): OutlinePostManager
Returns
Methods
setOutline
▸ setOutline(objectList, color?): void
config outline manager. Specify specific 3D objects to use the specified color for display outline
Parameters
| Name | Type | Description |
|---|---|---|
objectList | Object3D[] | A set of 3D objects |
color? | Color | Specified color for outline |
Returns
void
Defined in
setOutlineList
▸ setOutlineList(groupList, colorList?): void
config outline manager. The first set of objects uses the first color to display outline, and so on
Parameters
| Name | Type | Description |
|---|---|---|
groupList | Object3D[][] | A group of 3D objects set |
colorList? | Color[] | Specified color list for outline |
Returns
void
Defined in
clearOutline
▸ clearOutline(): this
clear outline effect
Returns
this

