Skip to main content

Class TVOSPlatform

Namespace: RealityCollective.ServiceFramework.Definitions.Platforms

Used by the Service Framework to signal that the feature is available on the iOS platform.

[Guid("A4D5D90E-8B1A-489F-8030-6FB2CDEB85A9")]
public class TVOSPlatform : BasePlatform, IPlatform

Inheritance

object ← BasePlatformTVOSPlatform

Implements

IPlatform

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[]