AGI Real-Time Framework 11 Send comments on this topic.
ProcessEntity Method (IAgRtProcessEntities)
See Also 
Entity





Description

Called during each entity update cycle to perform the required processing.

Syntax

[Visual Basic .NET]
Public Sub ProcessEntity( _
   ByVal Entity As IAgEntity _
) 

[C#]
public void ProcessEntity(
IAgEntity Entity
);

[Managed C++]
public: void ProcessEntity(
IAgEntity ^ Entity
);

[Java]
public  processEntity(
IAgEntity Entity
);

[Unmanaged C++]
public: HRESULT ProcessEntity(
IAgEntity * Entity
);

Parameters

Entity

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1