OpenSim.Region.Framework.Scenes.SceneObjectPart.AddFullUpdateToAvatar C# (CSharp) Méthode

AddFullUpdateToAvatar() public méthode

Tell the scene presence that it should send updates for this part to its client
public AddFullUpdateToAvatar ( ScenePresence presence ) : void
presence ScenePresence
Résultat void
        public void AddFullUpdateToAvatar(ScenePresence presence)
        {
            presence.SceneViewer.QueuePartForUpdate(this);
        }
SceneObjectPart