C# 클래스 StarsRatingControl, NewCloud

This class handles the state of the 5 stars that are part of the augmentation view.
상속: MonoBehaviour
파일 보기 프로젝트 열기: nileshlg2003/NewCloud 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]