C# 클래스 UnityEngine.Handheld

Interface into functionality unique to handheld devices.

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearShaderCache void
GetActivityIndicatorStyle int
INTERNAL_CALL_PlayFullScreenMovie bool
PlayFullScreenMovie bool
PlayFullScreenMovie bool
PlayFullScreenMovie bool
SetActivityIndicatorStyleImpl void
StartActivityIndicator void
StopActivityIndicator void
Vibrate void

공개 메소드들

메소드 설명
PlayFullScreenMovie ( string path, [ bgColor, [ controlMode, [ scalingMode ) : bool

Plays a full-screen movie.

SetActivityIndicatorStyle ( ActivityIndicatorStyle style ) : void
SetActivityIndicatorStyle ( AndroidActivityIndicatorStyle style ) : void

Sets the desired activity indicator style.

SetActivityIndicatorStyle ( TizenActivityIndicatorStyle style ) : void

Sets the desired activity indicator style.

비공개 메소드들

메소드 설명
ClearShaderCache ( ) : void
GetActivityIndicatorStyle ( ) : int
INTERNAL_CALL_PlayFullScreenMovie ( string path, Color &bgColor, FullScreenMovieControlMode controlMode, FullScreenMovieScalingMode scalingMode ) : bool
PlayFullScreenMovie ( string path ) : bool
PlayFullScreenMovie ( string path, Color bgColor ) : bool
PlayFullScreenMovie ( string path, Color bgColor, FullScreenMovieControlMode controlMode ) : bool
SetActivityIndicatorStyleImpl ( int style ) : void
StartActivityIndicator ( ) : void
StopActivityIndicator ( ) : void
Vibrate ( ) : void

메소드 상세

PlayFullScreenMovie() 공개 정적인 메소드

Plays a full-screen movie.

public static PlayFullScreenMovie ( string path, [ bgColor, [ controlMode, [ scalingMode ) : bool
path string Filesystem path to the movie file.
bgColor [ Background color.
controlMode [ How the playback controls are to be displayed.
scalingMode [ How the movie is to be scaled to fit the screen.
리턴 bool

SetActivityIndicatorStyle() 공개 정적인 메소드

public static SetActivityIndicatorStyle ( ActivityIndicatorStyle style ) : void
style ActivityIndicatorStyle
리턴 void

SetActivityIndicatorStyle() 공개 정적인 메소드

Sets the desired activity indicator style.

public static SetActivityIndicatorStyle ( AndroidActivityIndicatorStyle style ) : void
style AndroidActivityIndicatorStyle
리턴 void

SetActivityIndicatorStyle() 공개 정적인 메소드

Sets the desired activity indicator style.

public static SetActivityIndicatorStyle ( TizenActivityIndicatorStyle style ) : void
style TizenActivityIndicatorStyle
리턴 void