C# 클래스 AreaLightAnimated, TheUnseen

상속: AreaLight
파일 보기 프로젝트 열기: henryj41043/TheUnseen

공개 프로퍼티들

프로퍼티 타입 설명
FPS int
ImagePath string
MultLod float
PlayNow bool
PlayOnStart bool

공개 메소드들

메소드 설명
PickMaterial ( ) : void
Play ( ) : void
Reset ( ) : void
Rewind ( ) : void
Stop ( ) : void
UpdateMaterial ( ) : void

보호된 메소드들

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

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

PickMaterial() 공개 메소드

public PickMaterial ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Rewind() 공개 메소드

public Rewind ( ) : void
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UpdateMaterial() 공개 메소드

public UpdateMaterial ( ) : void
리턴 void

프로퍼티 상세

FPS 공개적으로 프로퍼티

public int FPS
리턴 int

ImagePath 공개적으로 프로퍼티

public string ImagePath
리턴 string

MultLod 공개적으로 프로퍼티

public float MultLod
리턴 float

PlayNow 공개적으로 프로퍼티

public bool PlayNow
리턴 bool

PlayOnStart 공개적으로 프로퍼티

public bool PlayOnStart
리턴 bool