C# 클래스 DayNight, nyu_studio_summer2015

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

공개 프로퍼티들

프로퍼티 타입 설명
currentTime float
highNoonColor Color
highNoonRotation Vector3
sun Light
timeSpeed float

공개 메소드들

메소드 설명
ChangeSpeedOfDay ( float newSpeedOfDay ) : void
ChangeTimeOfDay ( float newTimeOfDay ) : void
Update ( ) : void

메소드 상세

ChangeSpeedOfDay() 공개 메소드

public ChangeSpeedOfDay ( float newSpeedOfDay ) : void
newSpeedOfDay float
리턴 void

ChangeTimeOfDay() 공개 메소드

public ChangeTimeOfDay ( float newTimeOfDay ) : void
newTimeOfDay float
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

currentTime 공개적으로 프로퍼티

public float currentTime
리턴 float

highNoonColor 공개적으로 프로퍼티

public Color highNoonColor
리턴 Color

highNoonRotation 공개적으로 프로퍼티

public Vector3 highNoonRotation
리턴 Vector3

sun 공개적으로 프로퍼티

public Light sun
리턴 Light

timeSpeed 공개적으로 프로퍼티

public float timeSpeed
리턴 float