Свойство | Type | Description | |
---|---|---|---|
m_sp | IScenePresence |
Свойство | Type | Description | |
---|---|---|---|
_updateMonitor | IAgentUpdateMonitor | ||
m_appearance |
Méthode | Description | |
---|---|---|
AvatarAppearanceModule ( IScenePresence sp ) : System | ||
Close ( ) : void | ||
SendAppearanceToAgent ( IScenePresence avatar ) : void |
Send appearance data to an agent.
|
|
SendAppearanceToAllOtherAgents ( ) : void |
Send this agent's appearance to all other root and child agents in the scene This agent must be root.
|
|
SendAvatarDataToAgent ( IScenePresence avatar, bool sendAppearance ) : void |
Send avatar data to an agent.
|
|
SendAvatarDataToAllAgents ( bool sendAppearance ) : void |
Send this agent's avatar data to all other root and child agents in the scene This agent must be root. This avatar will receive its own update.
|
|
SendOtherAgentsAppearanceToMe ( ) : void |
Send appearance from all other root agents to this agent. this agent can be either root or child
|
|
SendOtherAgentsAvatarDataToMe ( ) : void |
Send avatar data for all other root agents to this agent, this agent can be either a child or root
|
Méthode | Description | |
---|---|---|
CheckToMakeSureWearablesHaveBeenSent ( object sender, System.Timers.ElapsedEventArgs e ) : void |
This makes sure that after the agent has entered the sim that they have their clothes and that they all exist
|
|
EventManager_OnMakeRootAgent ( IScenePresence presence ) : void |
public AvatarAppearanceModule ( IScenePresence sp ) : System | ||
sp | IScenePresence | |
Résultat | System |
public SendAppearanceToAgent ( IScenePresence avatar ) : void | ||
avatar | IScenePresence | |
Résultat | void |
public SendAppearanceToAllOtherAgents ( ) : void | ||
Résultat | void |
public SendAvatarDataToAgent ( IScenePresence avatar, bool sendAppearance ) : void | ||
avatar | IScenePresence | |
sendAppearance | bool | |
Résultat | void |
public SendAvatarDataToAllAgents ( bool sendAppearance ) : void | ||
sendAppearance | bool | |
Résultat | void |
public SendOtherAgentsAppearanceToMe ( ) : void | ||
Résultat | void |
public SendOtherAgentsAvatarDataToMe ( ) : void | ||
Résultat | void |
protected IAgentUpdateMonitor _updateMonitor | ||
Résultat | IAgentUpdateMonitor |
protected AvatarAppearance,WhiteCore.Framework.ClientInterfaces m_appearance | ||
Résultat |