C# Class OpenSim.Region.CoreModules.Avatar.Vegetation.VegetationModule

Inheritance: INonSharedRegionModule, IVegetationModule
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim

Protected Properties

Свойство Type Description
creationCapabilities PCode[]
m_scene OpenSim.Region.Framework.Scenes.Scene

Méthodes publiques

Méthode Description
AddTree ( UUID uuid, UUID groupID, System.Vector3 scale, Quaternion rotation, System.Vector3 position, Tree treeType, bool newTree ) : SceneObjectGroup
Close ( ) : void
CreateEntity ( UUID ownerID, UUID groupID, System.Vector3 pos, Quaternion rot, OpenSim.Framework.PrimitiveBaseShape shape ) : SceneObjectGroup
Initialise ( Scene scene, IConfigSource source ) : void
PostInitialise ( ) : void

Méthodes protégées

Méthode Description
AdaptTree ( OpenSim.Framework.PrimitiveBaseShape &tree ) : void

Method Details

AdaptTree() protected méthode

protected AdaptTree ( OpenSim.Framework.PrimitiveBaseShape &tree ) : void
tree OpenSim.Framework.PrimitiveBaseShape
Résultat void

AddTree() public méthode

public AddTree ( UUID uuid, UUID groupID, System.Vector3 scale, Quaternion rotation, System.Vector3 position, Tree treeType, bool newTree ) : SceneObjectGroup
uuid UUID
groupID UUID
scale System.Vector3
rotation Quaternion
position System.Vector3
treeType Tree
newTree bool
Résultat OpenSim.Region.Framework.Scenes.SceneObjectGroup

Close() public méthode

public Close ( ) : void
Résultat void

CreateEntity() public méthode

public CreateEntity ( UUID ownerID, UUID groupID, System.Vector3 pos, Quaternion rot, OpenSim.Framework.PrimitiveBaseShape shape ) : SceneObjectGroup
ownerID UUID
groupID UUID
pos System.Vector3
rot Quaternion
shape OpenSim.Framework.PrimitiveBaseShape
Résultat OpenSim.Region.Framework.Scenes.SceneObjectGroup

Initialise() public méthode

public Initialise ( Scene scene, IConfigSource source ) : void
scene OpenSim.Region.Framework.Scenes.Scene
source IConfigSource
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

Property Details

creationCapabilities protected_oe static_oe property

protected static PCode[] creationCapabilities
Résultat PCode[]

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
Résultat OpenSim.Region.Framework.Scenes.Scene