Command QML Type

Supertype of commands to be performed as part of a pass in an Effect. More...

Import Statement: import QtQuick3D
Inherited By:

BufferInput and SetUniformValue

Detailed Description

The Command type should not be instantiated by itself, but only exists as a polymorphic supertype for the different actions that can be performed as part of a render pass.

See also BufferInput, SetUniformValue, and Effect.