Entity.VisitEntityDelegate Delegate
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.
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.