C# 클래스 ElementGoal

상속: MonoBehaviour
파일 보기 프로젝트 열기: dggriffin/Rain-Rain-Ritual 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
elementType ElementType
maxScale float
minScale float

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Start ( ) : void
getIntensityCoefficientBasedOffGoalUI ( ) : float
getScaleCoefficientBasedOffGoalUI ( ) : float
updateMaxScale ( float newMaxScale ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

getIntensityCoefficientBasedOffGoalUI() 공개 메소드

public getIntensityCoefficientBasedOffGoalUI ( ) : float
리턴 float

getScaleCoefficientBasedOffGoalUI() 공개 메소드

public getScaleCoefficientBasedOffGoalUI ( ) : float
리턴 float

updateMaxScale() 공개 메소드

public updateMaxScale ( float newMaxScale ) : void
newMaxScale float
리턴 void

프로퍼티 상세

elementType 공개적으로 프로퍼티

public ElementType elementType
리턴 ElementType

maxScale 공개적으로 프로퍼티

public float maxScale
리턴 float

minScale 공개적으로 프로퍼티

public float minScale
리턴 float