C# Класс StarsRatingControl, NewCloud

This class handles the state of the 5 stars that are part of the augmentation view.
Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
EmptyTexture Material
FillTexture Material
Stars GameObject[]

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

Метод Описание
SetRating ( int rating ) : void

Sets textures to the star object to render the corresponding rating

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

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

Sets textures to the star object to render the corresponding rating
public SetRating ( int rating ) : void
rating int
Результат void

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

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

public Material EmptyTexture
Результат Material

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

public Material FillTexture
Результат Material

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

public GameObject[] Stars
Результат GameObject[]