Show / Hide Table of Contents

Class Warp.DreamWarpOptions

Contains customizable options for warping the player

Inheritance
object
Warp.DreamWarpOptions
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public class Warp.DreamWarpOptions

Fields

| Edit this page View Source

DreamArriveParticles

The particles that are emitted when the player arrives at the new scene

Declaration
public GameObject DreamArriveParticles
Field Value
Type Description
GameObject
| Edit this page View Source

DreamArriveSound

The sound that is played when the player arrives at the new scene

Declaration
public AudioClip DreamArriveSound
Field Value
Type Description
AudioClip
| Edit this page View Source

DreamParticles

The particles that are emitted when the player is warping from a scene

Declaration
public GameObject DreamParticles
Field Value
Type Description
GameObject
| Edit this page View Source

DreamWarpSound

The sound that is played when the player is warping from a scene

Declaration
public AudioClip DreamWarpSound
Field Value
Type Description
AudioClip

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾