DrawSceneParams Class

Class that holds the parameters used to draw the viewport.
Public Class DrawSceneParams
This language is not supported or no code example is available.
public class DrawSceneParams
This language is not supported or no code example is available.
Name Description
Public property Blocks Gets the Blocks dictionary used by the drawing.
Public property CameraEyePos
Public property DoShadows
Public property Entities Gets or sets the list of entities to draw.
Public property Env
Public property ObjectManipulatorDrawPreview When true, the drawing pass was requested by ObjectManipulator.DrawPreview() method.
Public property PlanarReflections Tells if the planar reflections are being drawn.
Public property PlanarReflectionsPlane Gets or sets the planar reflections plane.
Public property ShaderParams
Public property ViewFrame
Public property Viewport
Public property ViewportSize
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Public field Bpp Bytes per pixel. Used by the Environment.RenderToBitmap
Public field ClearDepthBuffer
Public field DrawAllUIElements
Public field DrawOverlay
Public field DrawScale
Public field LineWeightFactor
Public field RenderContext
Public field SelectionStatus
Public field Simplify True during dynamic movements (Zoom/Pan/Rotate/Mouse Wheel) or when viewport is touched (multi-touch).
Public field UserInterfaceElement If it's not null, then I'm drawing just this user interface element.
Public field ViewportScaleRatio
Public field ZBufferOnly
Public field ZoomRect
Public field startZoomPt Starting point for DrawOnTextureOrBitmap commands
Top
devDept.Eyeshot.Environment.DrawSceneParams

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition