Class VisionOSPlatform
Namespace: RealityCollective.ServiceFramework.Definitions.Platforms
Used by the ServiceManager to identify services that should run on the visionOS platform.
[Guid("ff382950-9384-41fd-8617-48d0b6573a94")]
public class VisionOSPlatform : BasePlatform, IPlatform
Inheritance
object ← BasePlatform ← VisionOSPlatform
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[]