C# Класс 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
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
images Material[]
rend Renderer

Открытые методы

Метод Описание
Start ( ) : void
Update ( ) : void

Описание методов

Start() публичный Метод

public Start ( ) : void
Результат void

Update() публичный Метод

public Update ( ) : void
Результат void

Описание свойств

images публичное свойство

public Material[] images
Результат Material[]

rend публичное свойство

public Renderer rend
Результат Renderer