Show / Hide Table of Contents

Class ExperienceApp.FadeSettings

Contains settings for controlling a full screen fade.

Inheritance
System.Object
ExperienceApp.FadeSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.Core
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public class FadeSettings

Properties

| Improve this Doc View Source

Color

Declaration
public Color Color { get; }
Property Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

Duration

Declaration
public float Duration { get; }
Property Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX