Class PlayerSettings.tvOS
Inheritance
PlayerSettings.tvOS
Assembly: UnityEditor.dll
Syntax
Properties
|
Improve this Doc
View Source
buildNumber
Declaration
public static string buildNumber { get; set; }
Property Value
requireExtendedGameController
Declaration
public static bool requireExtendedGameController { get; set; }
Property Value
|
Improve this Doc
View Source
sdkVersion
Declaration
public static tvOSSdkVersion sdkVersion { get; set; }
Property Value
|
Improve this Doc
View Source
targetOSVersion
Declaration
[Obsolete("targetOSVersion is obsolete. Use targetOSVersionString instead.", false)]
public static tvOSTargetOSVersion targetOSVersion { get; set; }
Property Value
targetOSVersionString
Declaration
public static string targetOSVersionString { get; set; }
Property Value
Extension Methods