C# Class FlippingDocier, TWI_Repo

Flipping Dossier is used to interact with the dossier in game, using the 'P' button right now you can switch between predetermined materials that are going to be the pages of the current missions Dossier Yes I understand that the file is currently incorrectly named "docier" but deal with it, because it works
Inheritance: MonoBehaviour
Datei anzeigen Open project: justcollins/TWI_Repo

Public Properties

Property Type Description
images Material[]
rend Renderer

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

images public_oe property

public Material[] images
return Material[]

rend public_oe property

public Renderer rend
return Renderer