Class: SSContactShadows
Plugins.SSContactShadows
Hierarchy
AViewerPlugin
<""
>↳
SSContactShadows
Implements
Properties
PluginType
▪ Static
Readonly
PluginType: "SSContactShadows"
Defined in
webgi/src/plugins/SSContactShadows.ts:23
enabled
• enabled: boolean
= true
Overrides
Defined in
webgi/src/plugins/SSContactShadows.ts:25
radius
• radius: number
= 0.015
Defined in
webgi/src/plugins/SSContactShadows.ts:29
intensity
• intensity: number
= 1
Defined in
webgi/src/plugins/SSContactShadows.ts:32
tolerance
• tolerance: number
= 1.5
Defined in
webgi/src/plugins/SSContactShadows.ts:35
onlySSCSDebug
• onlySSCSDebug: boolean
= false
Defined in
webgi/src/plugins/SSContactShadows.ts:39
stepCount
• stepCount: number
= 2
Defined in
webgi/src/plugins/SSContactShadows.ts:43
dependencies
• dependencies: (typeof AssetManagerPlugin
| typeof GBufferPlugin
)[]
Implementation of
Defined in
webgi/src/plugins/SSContactShadows.ts:45
materialExtension
• Readonly
materialExtension: MaterialExtension
Defined in
webgi/src/plugins/SSContactShadows.ts:75
_dirty
• Protected
_dirty: boolean
= false
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:25
_viewer
• Protected
Optional
_viewer: ViewerApp
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:29
Accessors
dirty
• get
dirty(): boolean
Returns
boolean
Implementation of
Inherited from
AViewerPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:18
• set
dirty(value
): void
Parameters
Name | Type |
---|---|
value | boolean |
Returns
void
Implementation of
Inherited from
AViewerPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:22
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:38
toJSON
▸ toJSON(meta?
): any
Parameters
Name | Type |
---|---|
meta? | any |
Returns
any
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:47
fromJSON
▸ fromJSON(data
, meta?
): null
| SSContactShadows
| Promise
<null
| SSContactShadows
>
Parameters
Name | Type |
---|---|
data | any |
meta? | any |
Returns
null
| SSContactShadows
| Promise
<null
| SSContactShadows
>
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:54
exportState
▸ exportState(): any
Returns
any
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:67
importState
▸ importState(state
): Promise
<void
>
Parameters
Name | Type |
---|---|
state | any |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:70
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:77
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:87
addEventListener
▸ addEventListener(type
, listener
): void
Adds a listener to an event type.
Parameters
Name | Type |
---|---|
type | "" | "serialize" | "deserialize" |
listener | (event : IEvent <"" | "serialize" | "deserialize" >) => void |
Returns
void
Implementation of
IViewerPlugin.addEventListener
Inherited from
AViewerPlugin.addEventListener
Defined in
webgi/src/helpers/EventDispatcher.ts:48
hasEventListener
▸ hasEventListener(type
, listener
): boolean
Checks if listener is added to an event type.
Parameters
Name | Type |
---|---|
type | "" | "serialize" | "deserialize" |
listener | (event : IEvent <"" | "serialize" | "deserialize" >) => void |
Returns
boolean
Implementation of
IViewerPlugin.hasEventListener
Inherited from
AViewerPlugin.hasEventListener
Defined in
webgi/src/helpers/EventDispatcher.ts:56
removeEventListener
▸ removeEventListener(type
, listener
): void
Removes a listener from an event type.
Parameters
Name | Type |
---|---|
type | "" | "serialize" | "deserialize" |
listener | (event : IEvent <"" | "serialize" | "deserialize" >) => void |
Returns
void
Implementation of
IViewerPlugin.removeEventListener
Inherited from
AViewerPlugin.removeEventListener
Defined in
webgi/src/helpers/EventDispatcher.ts:63
dispatchEvent
▸ dispatchEvent(event
): void
Fire an event type.
Parameters
Name | Type |
---|---|
event | IEvent <"" | "serialize" | "deserialize" > |
Returns
void
Implementation of
Inherited from
Defined in
webgi/src/helpers/EventDispatcher.ts:74
onAdded
▸ onAdded(v
): Promise
<void
>
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
Promise
<void
>
Implementation of
Overrides
Defined in
webgi/src/plugins/SSContactShadows.ts:185
onRemove
▸ onRemove(v
): Promise
<void
>
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
Promise
<void
>
Implementation of
Overrides
Defined in
webgi/src/plugins/SSContactShadows.ts:191
_storeKey
▸ Protected
_storeKey(prefix?
): string
Parameters
Name | Type |
---|---|
prefix? | string |
Returns
string
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:62
Constructors
constructor
• new SSContactShadows(enabled?
)
Parameters
Name | Type | Default value |
---|---|---|
enabled | boolean | true |