Entity.VisitEntity(Entity+VisitEntityDelegate) Method

Definition

Visit this entity and any children in a depth first traversal until every node is visited or until the visitor returns VisitorResult.ExitVisit

public:
 void VisitEntity(Microsoft::Azure::RemoteRendering::Entity::VisitEntityDelegate ^ visitor);
public void VisitEntity (Microsoft.Azure.RemoteRendering.Entity.VisitEntityDelegate visitor);
member this.VisitEntity : Microsoft.Azure.RemoteRendering.Entity.VisitEntityDelegate -> unit
Public Sub VisitEntity (visitor As Entity.VisitEntityDelegate)

Parameters

Applies to