Entity.VisitEntity(Entity+VisitEntityDelegate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- visitor
- Entity.VisitEntityDelegate