Skip to main content

Class AllPlatforms

Namespace: RealityCollective.ServiceFramework.Definitions.Platforms

Used by the Reality Toolkit to signal that the feature is available on every platform.

[Guid("9869B29E-43BB-44CC-AE49-EB5C913263F9")]
public sealed class AllPlatforms : BasePlatform, IPlatform

Inheritance

object ← BasePlatformAllPlatforms

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

IsBuildTargetAvailable

The this platform build target available?

public override bool IsBuildTargetAvailable { get; }

Property Value

bool

Remarks

Only returns true in editor.

Platforms

public static IPlatform[] Platforms { get; }

Property Value

IPlatform[]