Fires the entity change event as well as
performs any calculations necessary since the last update.
| [Visual Basic .NET] |
|---|
Public Sub CommitUpdate( _
ByVal UpdateType As AgEEntityUpdate _
)
|
| [C#] |
|---|
public void CommitUpdate(
|
| [Managed C++] |
|---|
public: void CommitUpdate(
|
| [Java] |
|---|
public commitUpdate(
|
| [Unmanaged C++] |
|---|
public: HRESULT CommitUpdate(
|
- UpdateType
-
Member Value Description eEntityUpdate 0 The entity's position, graphics and meta-data have changed. eEntityUpdateGraphics 1 The entity's graphics have changed. eEntityUpdatePosition 2 The entity's position has changed.