Share

RenderEvent.sender Property

Parent Object: RenderEvent
Defined 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

Property Value

This is a read only property whose value is a Base.

Version

Introduced in version September 2023

Was this information helpful?