C# Class Axiom.SceneManagers.PortalConnected.PCZLight

Inheritance: Axiom.Core.Light
Mostrar archivo Open project: mono-soc-2011/axiom Class Usage Examples

Public Methods

Method Description
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

Method Details

AddZoneToAffectedZonesList() public method

public AddZoneToAffectedZonesList ( PCZone zone ) : void
zone PCZone
return void

AffectsZone() public method

public AffectsZone ( PCZone zone ) : bool
zone PCZone
return bool

ClearAffectedZones() public method

public ClearAffectedZones ( ) : void
return void

NotifyMoved() public method

public NotifyMoved ( ) : void
return void

PCZLight() public method

public PCZLight ( ) : System.Collections.Generic
return System.Collections.Generic

PCZLight() public method

public PCZLight ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

RemoveZoneFromAffectedZonesList() public method

public RemoveZoneFromAffectedZonesList ( PCZone zone ) : void
zone PCZone
return void

UpdateZones() public method

public UpdateZones ( PCZone defaultZone, ulong frameCount ) : void
defaultZone PCZone
frameCount ulong
return void