C# Class Universe.Framework.PresenceInfo.EntityUpdate

Mostra file Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
Entity IEntity
Flags PrimUpdateFlags
Version int

Public Methods

Method Description
EntityUpdate ( IEntity entity, PrimUpdateFlags flags ) : System

Method Details

EntityUpdate() public method

public EntityUpdate ( IEntity entity, PrimUpdateFlags flags ) : System
entity IEntity
flags PrimUpdateFlags
return System

Property Details

Entity public_oe property

public IEntity Entity
return IEntity

Flags public_oe property

public PrimUpdateFlags Flags
return PrimUpdateFlags

Version public_oe property

public int Version
return int