Skip to main content

ViewportConfig

type ViewportConfig = {
left: Float;
top: Float;
width: Float;
height: Float;
camera_rtid: RTID;
render_target_index: Int32;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ViewportConfigCommand.d.ts:5

Type declaration

NameType
leftFloat
topFloat
widthFloat
heightFloat
camera_rtidRTID
render_target_index?Int32