C# Class OpenSim.Region.OptionalModules.World.WorldView.WorldViewModule

Inheritance: INonSharedRegionModule
Afficher le fichier Open project: aurora-sim/Aurora-Sim-Optional-Modules Class Usage Examples

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
GenerateWorldView ( System.Vector3 pos, System.Vector3 rot, float fov, int width, int height, bool usetex ) : byte[]
Initialise ( IConfigSource config ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GenerateWorldView() public méthode

public GenerateWorldView ( System.Vector3 pos, System.Vector3 rot, float fov, int width, int height, bool usetex ) : byte[]
pos System.Vector3
rot System.Vector3
fov float
width int
height int
usetex bool
Résultat byte[]

Initialise() public méthode

public Initialise ( IConfigSource config ) : void
config IConfigSource
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void