Command QML Type

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

导入语句: import QtQuick3D
继承者: BufferInput and SetUniformValue

详细描述

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 .

另请参阅 BufferInput , SetUniformValue ,和 Effect .