Class UniversalWindowsPlatform
Namespace: RealityCollective.ServiceFramework.Definitions.Platforms
Used by the Service Framework to signal that the feature is available on the Windows Universal Platform.
[Guid("16A3125F-31D5-4EC6-A120-8BE889A74D27")]
public class UniversalWindowsPlatform : BasePlatform, IPlatform
Inheritance
object ← BasePlatform ← UniversalWindowsPlatform
Implements
Inherited Members
BasePlatform.Name, BasePlatform.IsAvailable, BasePlatform.PlatformOverrides, BasePlatform.IsBuildTargetAvailable, BasePlatform.ValidBuildTargets, BasePlatform.Equals(object), BasePlatform.GetHashCode()
Properties
IsAvailable
Is this platform currently available?
public override bool IsAvailable { get; }
Property Value
bool
ValidBuildTargets
The array of valid UnityEditor.BuildTargets.
public override UnityEditor.BuildTarget[] ValidBuildTargets { get; }
Property Value
UnityEditor.BuildTarget[]