OpenSim.Region.Framework.Scenes.SceneObjectPart.AddFullUpdateToAvatar C# (CSharp) Method

AddFullUpdateToAvatar() public method

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