C# 클래스 Axiom.SceneManagers.PortalConnected.PCZLight

상속: Axiom.Core.Light
파일 보기 프로젝트 열기: mono-soc-2011/axiom 1 사용 예제들

공개 메소드들

메소드 설명
AddZoneToAffectedZonesList ( PCZone zone ) : void
AffectsZone ( PCZone zone ) : bool
ClearAffectedZones ( ) : void
NotifyMoved ( ) : void
PCZLight ( ) : System.Collections.Generic
PCZLight ( string name ) : System.Collections.Generic
RemoveZoneFromAffectedZonesList ( PCZone zone ) : void
UpdateZones ( PCZone defaultZone, ulong frameCount ) : void

메소드 상세

AddZoneToAffectedZonesList() 공개 메소드

public AddZoneToAffectedZonesList ( PCZone zone ) : void
zone PCZone
리턴 void

AffectsZone() 공개 메소드

public AffectsZone ( PCZone zone ) : bool
zone PCZone
리턴 bool

ClearAffectedZones() 공개 메소드

public ClearAffectedZones ( ) : void
리턴 void

NotifyMoved() 공개 메소드

public NotifyMoved ( ) : void
리턴 void

PCZLight() 공개 메소드

public PCZLight ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PCZLight() 공개 메소드

public PCZLight ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

RemoveZoneFromAffectedZonesList() 공개 메소드

public RemoveZoneFromAffectedZonesList ( PCZone zone ) : void
zone PCZone
리턴 void

UpdateZones() 공개 메소드

public UpdateZones ( PCZone defaultZone, ulong frameCount ) : void
defaultZone PCZone
frameCount ulong
리턴 void