Class Warp.DreamWarpOptions
Contains customizable options for warping the player
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public class Warp.DreamWarpOptions
Fields
| Edit this page View SourceDreamArriveParticles
The particles that are emitted when the player arrives at the new scene
Declaration
public GameObject DreamArriveParticles
Field Value
| Type | Description |
|---|---|
| GameObject |
DreamArriveSound
The sound that is played when the player arrives at the new scene
Declaration
public AudioClip DreamArriveSound
Field Value
| Type | Description |
|---|---|
| AudioClip |
DreamParticles
The particles that are emitted when the player is warping from a scene
Declaration
public GameObject DreamParticles
Field Value
| Type | Description |
|---|---|
| GameObject |
DreamWarpSound
The sound that is played when the player is warping from a scene
Declaration
public AudioClip DreamWarpSound
Field Value
| Type | Description |
|---|---|
| AudioClip |