InitSettings Class |
Namespace: Internal.SharpBgfx
public class InitSettings
The InitSettings type exposes the following members.
Name | Description | |
---|---|---|
InitSettings |
Initializes a new intance of the InitSettings class.
| |
InitSettings(Int32, Int32, ResetFlags) |
Initializes a new intance of the InitSettings class.
|
Name | Description | |
---|---|---|
Adapter |
The adapter on which to create the device.
| |
BackBufferCount |
The number of backbuffers to create.
| |
Backend |
The backend API to use for rendering.
| |
CallbackHandler |
A set of handlers for various library callbacks.
| |
Debug |
Enable debugging with the device.
| |
Format |
The initial texture format of the screen.
| |
Height |
The initial height of the screen.
| |
MaxFrameLatency |
The maximum allowed frame latency, or zero if you don't care.
| |
PlatformData |
Optional platform-specific initialization data.
| |
Profiling |
Enable profling with the device.
| |
ResetFlags |
Various flags that control creation of the device.
| |
Width |
The initial width of the screen.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |