C# Class PlayVideo1, Kinect-vs-Autism-project-CSI-2

Inheritance: MonoBehaviour
Show file Open project: mfppvl/Kinect-vs-Autism-project-CSI-2

Public Properties

Property Type Description
button GameObject
canv GameObject
movie MovieTexture
scenePeices GameObject
video GameObject

Public Methods

Method Description
Button_Click ( ) : void
Disable_Objects ( ) : void
Disable_Video ( ) : void
Enable_Objects ( ) : void
Enable_Video ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Button_Click() public method

public Button_Click ( ) : void
return void

Disable_Objects() public method

public Disable_Objects ( ) : void
return void

Disable_Video() public method

public Disable_Video ( ) : void
return void

Enable_Objects() public method

public Enable_Objects ( ) : void
return void

Enable_Video() public method

public Enable_Video ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

button public property

public GameObject button
return GameObject

canv public property

public GameObject canv
return GameObject

movie public property

public MovieTexture movie
return MovieTexture

scenePeices public property

public GameObject scenePeices
return GameObject

video public property

public GameObject video
return GameObject