Type Alias: 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
Properties
left
left: Float;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ViewportConfigCommand.d.ts:6
top
top: Float;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ViewportConfigCommand.d.ts:7
width
width: Float;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ViewportConfigCommand.d.ts:8
height
height: Float;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ViewportConfigCommand.d.ts:9
camera_rtid
camera_rtid: RTID;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ViewportConfigCommand.d.ts:10
render_target_index?
optional render_target_index: Int32;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ViewportConfigCommand.d.ts:11