RenderSnapshot Structure |
Namespace: Lumiscaphe.Workshop.Interop
The RenderSnapshot type exposes the following members.
Name | Description | |
---|---|---|
RenderSnapshot(RenderPointOfView, RenderFrustum, RenderResolution) |
Initializes a new instance of the RenderSnapshot structure using the specified parameters.
| |
RenderSnapshot(RenderPointOfView, RenderFrustum, RenderResolution, RenderPosition) |
Initializes a new instance of the RenderSnapshot structure using the specified parameters.
|
Name | Description | |
---|---|---|
Default |
Gets the default rendering snapshot.
| |
Frustum |
Gets or sets the frustum.
| |
PointOfView |
Gets or sets the point of view.
| |
Position |
Gets or sets the position.
| |
Resolution |
Gets or sets the resolution.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Format the RenderSnapshot to a String.
(Overrides ValueTypeToString.) |