Entity.VisitEntityDelegate Delegate

Definition

Delegate used to visit an entity hierarchy inclusive of its children.

public: delegate Microsoft::Azure::RemoteRendering::Entity::VisitorResult Entity::VisitEntityDelegate(Entity ^ entity);
public delegate Microsoft.Azure.RemoteRendering.Entity.VisitorResult Entity.VisitEntityDelegate(Entity entity);
type Entity.VisitEntityDelegate = delegate of Entity -> Entity.VisitorResult
Public Delegate Function Entity.VisitEntityDelegate(entity As Entity) As Entity.VisitorResult 

Parameters

entity
Entity

The current entity being visited.

Return Value

Code to either continue traversing the scenegraph or to exit the call to Visit.

Applies to