C# Class Axiom.SceneManagers.PortalConnected.PCZLight

Inheritance: Axiom.Core.Light
Afficher le fichier Open project: mono-soc-2011/axiom Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddZoneToAffectedZonesList ( PCZone zone ) : void
zone PCZone
Résultat void

AffectsZone() public méthode

public AffectsZone ( PCZone zone ) : bool
zone PCZone
Résultat bool

ClearAffectedZones() public méthode

public ClearAffectedZones ( ) : void
Résultat void

NotifyMoved() public méthode

public NotifyMoved ( ) : void
Résultat void

PCZLight() public méthode

public PCZLight ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PCZLight() public méthode

public PCZLight ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

RemoveZoneFromAffectedZonesList() public méthode

public RemoveZoneFromAffectedZonesList ( PCZone zone ) : void
zone PCZone
Résultat void

UpdateZones() public méthode

public UpdateZones ( PCZone defaultZone, ulong frameCount ) : void
defaultZone PCZone
frameCount ulong
Résultat void