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 SourceColor
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Color |
Duration
Declaration
public float Duration { get; }
Property Value
Type | Description |
---|---|
System.Single |