Table of Contents

Enum TargetRuntimePlatform

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

A target platform. Either the current platform, or the target selected in the build settings in the editor.

public enum TargetRuntimePlatform

Fields

[EnumMember(Value = "android")] Android = 0

In Editor the active platform is 'Android'; for builds - when made with UNITY_ANDROID symbol.

[EnumMember(Value = "ios")] IOs = 1

In Editor the active platform is 'iOS'; for builds - when made with UNITY_IOS symbol.

[EnumMember(Value = "unsupported")] Unsupported = 2

A target platform that is not supported by the Homa SDK