DisplayLevelState
DisplayLevelState will set the diplayMode property over the given object.
Implements
Constructor
constructor(displayMode: DISPLAY_MODES.NONE|DISPLAY_MODES.VISIBLE|DISPLAY_MODES.TRANSPARENT): DisplayLevelState
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
displayMode | DISPLAY_MODES.NONE | DISPLAY_MODES.VISIBLE | DISPLAY_MODES.TRANSPARENT | Yes | - |
Properties
displayMode
Type | ReadOnly | Description |
---|---|---|
DISPLAY_MODES.NONE | DISPLAY_MODES.VISIBLE | DISPLAY_MODES.TRANSPARENT | Yes |
Implemented Methods
apply
apply(object: AdsumObject3D): void
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
object | AdsumObject3D | Yes | - | The object on which to apply the state. |
Returns:
Type: void