C# Class StarsRatingControl, NewCloud

This class handles the state of the 5 stars that are part of the augmentation view.
Inheritance: MonoBehaviour
Afficher le fichier Open project: nileshlg2003/NewCloud Class Usage Examples

Méthodes publiques

Свойство Type Description
EmptyTexture Material
FillTexture Material
Stars GameObject[]

Méthodes publiques

Méthode Description
SetRating ( int rating ) : void

Sets textures to the star object to render the corresponding rating

Method Details

SetRating() public méthode

Sets textures to the star object to render the corresponding rating
public SetRating ( int rating ) : void
rating int
Résultat void

Property Details

EmptyTexture public_oe property

public Material EmptyTexture
Résultat Material

FillTexture public_oe property

public Material FillTexture
Résultat Material

Stars public_oe property

public GameObject[] Stars
Résultat GameObject[]