C# Class VideoTexture_Lite, Demonology

Inheritance: MonoBehaviour
Mostra file Open project: Qlevine20/Demonology

Public Properties

Property Type Description
DigitsLocation digitsLocation
FPS float
FileName string
aspectRatio float
backG GUITexture
digitsFormat string
enableAudio bool
enableReplay bool
firstFrame int
lastFrame int
showInstructions bool

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

DigitsLocation public_oe property

public digitsLocation DigitsLocation
return digitsLocation

FPS public_oe property

public float FPS
return float

FileName public_oe property

public string FileName
return string

aspectRatio public_oe property

public float aspectRatio
return float

backG public_oe property

public GUITexture backG
return GUITexture

digitsFormat public_oe property

public string digitsFormat
return string

enableAudio public_oe property

public bool enableAudio
return bool

enableReplay public_oe property

public bool enableReplay
return bool

firstFrame public_oe property

public int firstFrame
return int

lastFrame public_oe property

public int lastFrame
return int

showInstructions public_oe property

public bool showInstructions
return bool