Click or drag to resize
SbViewportRegion Constructor
Overload List
  NameDescription
Public methodSbViewportRegion(SbVec2i32)
Constructor that takes a window size.
Public methodSbViewportRegion(SbVec2s)
Constructor that takes a window size.
Public methodSbViewportRegion(Int16, Int16)
Constructor that takes a width and a height.
Public methodSbViewportRegion(SbVec2i32, Single)
Constructor that takes a window size and a scale. Use for remote rendering.
Public methodSbViewportRegion(SbVec2s, Single)
Constructor that takes a window size and a scale. Use for remote rendering.
Public methodSbViewportRegion(Int16, Int16, Single)
Constructor that takes a width and a height and a scale. Used for remote rendering.
Top
See Also