C# 클래스 LightChanger, TWI_Repo

상속: MonoBehaviour
파일 보기 프로젝트 열기: justcollins/TWI_Repo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
colorSpeed float
endingColor Color
endingRange float
intensitySpeed float
rangeSpeed float
startingColor Color
startingRange float

비공개 메소드들

메소드 설명
LerpLights ( ) : void
Start ( ) : void
Update ( ) : void

프로퍼티 상세

colorSpeed 공개적으로 프로퍼티

public float colorSpeed
리턴 float

endingColor 공개적으로 프로퍼티

public Color endingColor
리턴 Color

endingRange 공개적으로 프로퍼티

public float endingRange
리턴 float

intensitySpeed 공개적으로 프로퍼티

public float intensitySpeed
리턴 float

rangeSpeed 공개적으로 프로퍼티

public float rangeSpeed
리턴 float

startingColor 공개적으로 프로퍼티

public Color startingColor
리턴 Color

startingRange 공개적으로 프로퍼티

public float startingRange
리턴 float