Class EditorPlatform
Namespace: RealityCollective.ServiceFramework.Definitions.Platforms
Used by the Service Framework to signal that the feature is available in the Unity Editor.
[Guid("3DFB96A6-7F67-4F83-835B-32725BC0A2C0")]
public sealed class EditorPlatform : BasePlatform, IPlatform
Inheritance
object ← BasePlatform ← EditorPlatform
Implements
Inherited Members
BasePlatform.Name, BasePlatform.IsAvailable, BasePlatform.PlatformOverrides, BasePlatform.IsBuildTargetAvailable, BasePlatform.ValidBuildTargets, BasePlatform.Equals(object), BasePlatform.GetHashCode()
Remarks
Defines any editor platform for Win, OSX, and Linux.
Properties
IsAvailable
Is this platform currently available?
public override bool IsAvailable { get; }
Property Value
bool