Class OSXPlatform
Namespace: RealityCollective.ServiceFramework.Definitions.Platforms
Used by the Service Framework to signal that the feature is available on the OSX platform.
[Guid("A95E05D3-09B8-4772-99F1-BDE8097264B4")]
public class OSXPlatform : BasePlatform, IPlatform
Inheritance
object ← BasePlatform ← OSXPlatform
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[]