Show / Hide Table of Contents

Class Handheld

Inheritance
Object
Handheld
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class Handheld

Properties

| Improve this Doc View Source

use32BitDisplayBuffer

Declaration
[Obsolete("Property Handheld.use32BitDisplayBuffer has been deprecated. Modifying it has no effect, use PlayerSettings instead.")]
public static bool use32BitDisplayBuffer { get; set; }
Property Value
Type Description
Boolean

Methods

ClearShaderCache()

Declaration
public static void ClearShaderCache()

GetActivityIndicatorStyle()

Declaration
public static int GetActivityIndicatorStyle()
Returns
Type Description
Int32
| Improve this Doc View Source

PlayFullScreenMovie(String)

Declaration
[ExcludeFromDocs]
public static bool PlayFullScreenMovie(string path)
Parameters
Type Name Description
String path
Returns
Type Description
Boolean
| Improve this Doc View Source

PlayFullScreenMovie(String, Color)

Declaration
[ExcludeFromDocs]
public static bool PlayFullScreenMovie(string path, Color bgColor)
Parameters
Type Name Description
String path
Color bgColor
Returns
Type Description
Boolean
| Improve this Doc View Source

PlayFullScreenMovie(String, Color, FullScreenMovieControlMode)

Declaration
[ExcludeFromDocs]
public static bool PlayFullScreenMovie(string path, Color bgColor, FullScreenMovieControlMode controlMode)
Parameters
Type Name Description
String path
Color bgColor
FullScreenMovieControlMode controlMode
Returns
Type Description
Boolean
| Improve this Doc View Source

PlayFullScreenMovie(String, Color, FullScreenMovieControlMode, FullScreenMovieScalingMode)

Declaration
public static bool PlayFullScreenMovie(string path, [DefaultValue("Color.black")] Color bgColor, [DefaultValue("FullScreenMovieControlMode.Full")] FullScreenMovieControlMode controlMode, [DefaultValue("FullScreenMovieScalingMode.AspectFit")] FullScreenMovieScalingMode scalingMode)
Parameters
Type Name Description
String path
Color bgColor
FullScreenMovieControlMode controlMode
FullScreenMovieScalingMode scalingMode
Returns
Type Description
Boolean
| Improve this Doc View Source

SetActivityIndicatorStyle(AndroidActivityIndicatorStyle)

Declaration
public static void SetActivityIndicatorStyle(AndroidActivityIndicatorStyle style)
Parameters
Type Name Description
AndroidActivityIndicatorStyle style

StartActivityIndicator()

Declaration
public static void StartActivityIndicator()

StopActivityIndicator()

Declaration
public static void StopActivityIndicator()

Vibrate()

Declaration
public static void Vibrate()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX