C# 클래스 VideoTexture_Lite, Demonology

상속: MonoBehaviour
파일 보기 프로젝트 열기: Qlevine20/Demonology

공개 프로퍼티들

프로퍼티 타입 설명
DigitsLocation digitsLocation
FPS float
FileName string
aspectRatio float
backG GUITexture
digitsFormat string
enableAudio bool
enableReplay bool
firstFrame int
lastFrame int
showInstructions bool

공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

DigitsLocation 공개적으로 프로퍼티

public digitsLocation DigitsLocation
리턴 digitsLocation

FPS 공개적으로 프로퍼티

public float FPS
리턴 float

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

aspectRatio 공개적으로 프로퍼티

public float aspectRatio
리턴 float

backG 공개적으로 프로퍼티

public GUITexture backG
리턴 GUITexture

digitsFormat 공개적으로 프로퍼티

public string digitsFormat
리턴 string

enableAudio 공개적으로 프로퍼티

public bool enableAudio
리턴 bool

enableReplay 공개적으로 프로퍼티

public bool enableReplay
리턴 bool

firstFrame 공개적으로 프로퍼티

public int firstFrame
리턴 int

lastFrame 공개적으로 프로퍼티

public int lastFrame
리턴 int

showInstructions 공개적으로 프로퍼티

public bool showInstructions
리턴 bool