C# 클래스 skyboxRotation, ExorcistForHire

상속: MonoBehaviour
파일 보기 프로젝트 열기: JordanStone/ExorcistForHire

공개 프로퍼티들

프로퍼티 타입 설명
day bool
rotation_speed float
skybox Material
skybox_night Material

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

day 공개적으로 프로퍼티

public bool day
리턴 bool

rotation_speed 공개적으로 프로퍼티

public float rotation_speed
리턴 float

skybox 공개적으로 프로퍼티

public Material skybox
리턴 Material

skybox_night 공개적으로 프로퍼티

public Material skybox_night
리턴 Material