Class: SSContactShadows
Plugins.SSContactShadows
Hierarchy
AViewerPlugin
<""
>↳
SSContactShadows
Implements
Properties
PluginType
▪ Static
Readonly
PluginType: "SSContactShadows"
Defined in
webgi/src/plugins/SSContactShadows.ts:24
enabled
• enabled: boolean
= true
Overrides
Defined in
webgi/src/plugins/SSContactShadows.ts:26
radius
• radius: number
= 0.015
Defined in
webgi/src/plugins/SSContactShadows.ts:30
intensity
• intensity: number
= 1
Defined in
webgi/src/plugins/SSContactShadows.ts:33
tolerance
• tolerance: number
= 1.5
Defined in
webgi/src/plugins/SSContactShadows.ts:36
onlySSCSDebug
• onlySSCSDebug: boolean
= false
Defined in
webgi/src/plugins/SSContactShadows.ts:40
stepCount
• stepCount: number
= 2
Defined in
webgi/src/plugins/SSContactShadows.ts:44
dependencies
• dependencies: (typeof AssetManagerPlugin
| typeof GBufferPlugin
)[]
Implementation of
Defined in
webgi/src/plugins/SSContactShadows.ts:46
materialExtension
• Readonly
materialExtension: MaterialExtension
Defined in
webgi/src/plugins/SSContactShadows.ts:76
_dirty
• Protected
_dirty: boolean
= false
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:23
_viewer
• Protected
Optional
_viewer: ViewerApp
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:27
Accessors
dirty
• get
dirty(): boolean
Returns
boolean
Implementation of
Inherited from
AViewerPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:16
• set
dirty(value
): void
Parameters
Name | Type |
---|---|
value | boolean |
Returns
void
Implementation of
Inherited from
AViewerPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:20
viewer
• get
viewer(): undefined
| TViewer
Returns
undefined
| TViewer
Inherited from
AViewerPlugin.viewer
Defined in
webgi/src/core/AViewerPlugin.ts:29
Methods
onDispose
▸ onDispose(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:40
toJSON
▸ toJSON(meta?
): any
Parameters
Name | Type |
---|---|
meta? | any |
Returns
any
Implementation of
IViewerPlugin.toJSON
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:49
fromJSON
▸ fromJSON(data
, meta?
): null
| SSContactShadows
| Promise
<null
| SSContactShadows
>
Parameters
Name | Type |
---|---|
data | any |
meta? | any |
Returns
null
| SSContactShadows
| Promise
<null
| SSContactShadows
>
Implementation of
IViewerPlugin.fromJSON
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:56
exportState
▸ exportState(): any
Returns
any
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:68
importState
▸ importState(state
): Promise
<void
>
Parameters
Name | Type |
---|---|
state | any |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:71
storeState
▸ storeState(prefix?
, storage?
, data?
): void
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
data? | any |
Returns
void
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:78
loadState
▸ loadState(prefix?
, storage?
): Promise
<void
>
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
Returns
Promise
<void
>
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:88
onAdded
▸ onAdded(v
): Promise
<void
>
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
Promise
<void
>
Implementation of
Overrides
Defined in
webgi/src/plugins/SSContactShadows.ts:187
onRemove
▸ onRemove(v
): Promise
<void
>
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
Promise
<void
>
Implementation of
Overrides
Defined in
webgi/src/plugins/SSContactShadows.ts:193
_storeKey
▸ Protected
_storeKey(prefix?
): string
Parameters
Name | Type |
---|---|
prefix? | string |
Returns
string
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:64
Constructors
constructor
• new SSContactShadows(enabled?
)
Parameters
Name | Type | Default value |
---|---|---|
enabled | boolean | true |