InstanceDataBuffer Structure |
Namespace: Internal.SharpBgfx
public struct InstanceDataBuffer : IEquatable<InstanceDataBuffer>
The InstanceDataBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| InstanceDataBuffer |
Initializes a new instance of the InstanceDataBuffer struct.
|
| Name | Description | |
|---|---|---|
| Data |
A pointer that can be filled with instance data.
| |
| Size |
The size of the data buffer.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(InstanceDataBuffer) |
Determines whether the specified object is equal to this instance.
| |
| GetAvailableSpace |
Gets the available space that can be used to allocate an instance buffer.
| |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Implements the equality operator.
| |
| Inequality |
Implements the inequality operator.
|
| 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.) |