RenderEvent.sender Property
Parent Object:
RenderEventDefined in namespace "adsk::fusion" and the header file is <Fusion/Render/RenderEvent.h>
Description
The object that is firing the event. For example, in the case of a command input event this will return the command.
Syntax
"renderEvent_var" is a variable referencing a RenderEvent object.
# Get the value of the property. propertyValue = renderEvent_var.sender
|
"renderEvent_var" is a variable referencing a RenderEvent object.
#include <Fusion/Render/RenderEvent.h>
// Get the value of the property. Ptr<Base> propertyValue = renderEvent_var->sender();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version September 2023