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

Inheritance: INonSharedRegionModule
Exibir arquivo Open project: aurora-sim/Aurora-Sim-Optional-Modules Class Usage Examples

Public Methods

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

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

GenerateWorldView() public method

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
return byte[]

Initialise() public method

public Initialise ( IConfigSource config ) : void
config IConfigSource
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void