C# Class StarsRatingControl, NewCloud

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

Public Properties

Property Type Description
EmptyTexture Material
FillTexture Material
Stars GameObject[]

Public Methods

Method Description
SetRating ( int rating ) : void

Sets textures to the star object to render the corresponding rating

Method Details

SetRating() public method

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

Property Details

EmptyTexture public_oe property

public Material EmptyTexture
return Material

FillTexture public_oe property

public Material FillTexture
return Material

Stars public_oe property

public GameObject[] Stars
return GameObject[]