C# 클래스 TimeOfDayManager, Coliseo

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

공개 프로퍼티들

프로퍼티 타입 설명
animationControl bool
autoCycleTime bool
autoCycleTimeToggle Toggle,
cycleTime float
debug bool
defaultTime float
findAllProbes bool
probes List
props List
sensetivityProbes float
sensetivityProps float
sensetivitySuns float
speedCurveMinMax Vector2
speedSlider Slider,
sunProperties SunProperties,
timeSlider Slider,
updateCurve Gradient

공개 메소드들

메소드 설명
AmIadded ( ObjectProperties, objectProperties ) : void
Awake ( ) : void
ChangeContinuousUpdates ( bool value ) : void
ChangeSpeed ( ) : void
ChangeTime ( ) : void
ForceUpdate ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnValidate ( ) : void
SeekItems ( ) : void
SetSpeed ( float speed ) : void
SetTime ( float timeIn ) : void
Setup ( ) : void
StaggeredUpdate ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
UpdateInstant ( ) : void
UpdateProbes ( ) : void
UpdateProps ( ) : void
UpdateSuns ( ) : void

메소드 상세

AmIadded() 공개 메소드

public AmIadded ( ObjectProperties, objectProperties ) : void
objectProperties ObjectProperties,
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

ChangeContinuousUpdates() 공개 메소드

public ChangeContinuousUpdates ( bool value ) : void
value bool
리턴 void

ChangeSpeed() 공개 메소드

public ChangeSpeed ( ) : void
리턴 void

ChangeTime() 공개 메소드

public ChangeTime ( ) : void
리턴 void

ForceUpdate() 공개 메소드

public ForceUpdate ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnValidate() 공개 메소드

public OnValidate ( ) : void
리턴 void

SeekItems() 공개 메소드

public SeekItems ( ) : void
리턴 void

SetSpeed() 공개 메소드

public SetSpeed ( float speed ) : void
speed float
리턴 void

SetTime() 공개 메소드

public SetTime ( float timeIn ) : void
timeIn float
리턴 void

Setup() 공개 메소드

public Setup ( ) : void
리턴 void

StaggeredUpdate() 공개 메소드

public StaggeredUpdate ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

animationControl 공개적으로 프로퍼티

public bool animationControl
리턴 bool

autoCycleTime 공개적으로 프로퍼티

public bool autoCycleTime
리턴 bool

autoCycleTimeToggle 공개적으로 프로퍼티

public Toggle, autoCycleTimeToggle
리턴 Toggle,

cycleTime 공개적으로 프로퍼티

public float cycleTime
리턴 float

debug 공개적으로 프로퍼티

public bool debug
리턴 bool

defaultTime 공개적으로 프로퍼티

public float defaultTime
리턴 float

findAllProbes 공개적으로 프로퍼티

public bool findAllProbes
리턴 bool

probes 공개적으로 프로퍼티

public List probes
리턴 List

props 공개적으로 프로퍼티

public List props
리턴 List

sensetivityProbes 공개적으로 프로퍼티

public float sensetivityProbes
리턴 float

sensetivityProps 공개적으로 프로퍼티

public float sensetivityProps
리턴 float

sensetivitySuns 공개적으로 프로퍼티

public float sensetivitySuns
리턴 float

speedCurveMinMax 공개적으로 프로퍼티

public Vector2 speedCurveMinMax
리턴 Vector2

speedSlider 공개적으로 프로퍼티

public Slider, speedSlider
리턴 Slider,

sunProperties 공개적으로 프로퍼티

public SunProperties, sunProperties
리턴 SunProperties,

timeSlider 공개적으로 프로퍼티

public Slider, timeSlider
리턴 Slider,

updateCurve 공개적으로 프로퍼티

public Gradient updateCurve
리턴 Gradient