C# 클래스 OpenMetaverse.GridClient

Main class to expose grid functionality to clients. All of the classes needed for sending and receiving data are accessible through this class.
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Appearance AppearanceManager
Assets AssetManager
Avatars AvatarManager
Directory OpenMetaverse.DirectoryManager
Friends FriendsManager
Grid GridManager
Groups GroupManager
Inventory InventoryManager
Network NetworkManager
Objects ObjectManager
Parcels ParcelManager
Self AgentManager
Settings OpenMetaverse.Settings
Sound SoundManager
Terrain OpenMetaverse.TerrainManager
ThreadPool SmartThreadPool
Throttle OpenMetaverse.AgentThrottle

공개 메소드들

메소드 설명
Dispose ( ) : void
GridClient ( ) : Amib.Threading

Default constructor

ToString ( ) : string

Return the full name of this instance

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GridClient() 공개 메소드

Default constructor
public GridClient ( ) : Amib.Threading
리턴 Amib.Threading

ToString() 공개 메소드

Return the full name of this instance
public ToString ( ) : string
리턴 string

프로퍼티 상세

Appearance 공개적으로 프로퍼티

Appearance subsystem
public AppearanceManager,OpenMetaverse Appearance
리턴 AppearanceManager

Assets 공개적으로 프로퍼티

Asset subsystem
public AssetManager,OpenMetaverse Assets
리턴 AssetManager

Avatars 공개적으로 프로퍼티

Other avatars subsystem
public AvatarManager,OpenMetaverse Avatars
리턴 AvatarManager

Directory 공개적으로 프로퍼티

Directory searches including classifieds, people, land sales, etc
public DirectoryManager,OpenMetaverse Directory
리턴 OpenMetaverse.DirectoryManager

Friends 공개적으로 프로퍼티

Friends list subsystem
public FriendsManager,OpenMetaverse Friends
리턴 FriendsManager

Grid 공개적으로 프로퍼티

Grid (aka simulator group) subsystem
public GridManager,OpenMetaverse Grid
리턴 GridManager

Groups 공개적으로 프로퍼티

Group subsystem
public GroupManager,OpenMetaverse Groups
리턴 GroupManager

Inventory 공개적으로 프로퍼티

Inventory subsystem
public InventoryManager,OpenMetaverse Inventory
리턴 InventoryManager

Network 공개적으로 프로퍼티

Networking subsystem
public NetworkManager,OpenMetaverse Network
리턴 NetworkManager

Objects 공개적으로 프로퍼티

Object subsystem
public ObjectManager,OpenMetaverse Objects
리턴 ObjectManager

Parcels 공개적으로 프로퍼티

Parcel (subdivided simulator lots) subsystem
public ParcelManager,OpenMetaverse Parcels
리턴 ParcelManager

Self 공개적으로 프로퍼티

Our own avatars subsystem
public AgentManager,OpenMetaverse Self
리턴 AgentManager

Settings 공개적으로 프로퍼티

Settings class including constant values and changeable parameters for everything
public Settings,OpenMetaverse Settings
리턴 OpenMetaverse.Settings

Sound 공개적으로 프로퍼티

Handles sound-related networking
public SoundManager,OpenMetaverse Sound
리턴 SoundManager

Terrain 공개적으로 프로퍼티

Handles land, wind, and cloud heightmaps
public TerrainManager,OpenMetaverse Terrain
리턴 OpenMetaverse.TerrainManager

ThreadPool 공개적으로 프로퍼티

Thread Pool
public SmartThreadPool ThreadPool
리턴 SmartThreadPool

Throttle 공개적으로 프로퍼티

Throttling total bandwidth usage, or allocating bandwidth for specific data stream types
public AgentThrottle,OpenMetaverse Throttle
리턴 OpenMetaverse.AgentThrottle