Struct ImGuiPayloadPtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ImGui.NET.dll
Syntax
public struct ImGuiPayloadPtr
Constructors
|
Improve this Doc
View Source
ImGuiPayloadPtr(ImGuiPayload*)
Declaration
public ImGuiPayloadPtr(ImGuiPayload*nativePtr)
Parameters
|
Improve this Doc
View Source
ImGuiPayloadPtr(IntPtr)
Declaration
public ImGuiPayloadPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Data
Declaration
public IntPtr Data { get; set; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
DataFrameCount
Declaration
public readonly ref int DataFrameCount { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
DataSize
Declaration
public readonly ref int DataSize { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
DataType
Declaration
public readonly RangeAccessor<byte> DataType { get; }
Property Value
|
Improve this Doc
View Source
Delivery
Declaration
public readonly ref bool Delivery { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImGuiPayload*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Preview
Declaration
public readonly ref bool Preview { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
SourceId
Declaration
public readonly ref uint SourceId { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
SourceParentId
Declaration
public readonly ref uint SourceParentId { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
Methods
|
Improve this Doc
View Source
Clear()
Declaration
|
Improve this Doc
View Source
Destroy()
Declaration
|
Improve this Doc
View Source
IsDataType(String)
Declaration
public bool IsDataType(string type)
Parameters
| Type |
Name |
Description |
| System.String |
type |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsDelivery()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsPreview()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
Operators
|
Improve this Doc
View Source
Implicit(ImGuiPayload* to ImGuiPayloadPtr)
Declaration
public static implicit operator ImGuiPayloadPtr(ImGuiPayload*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImGuiPayloadPtr to ImGuiPayload*)
Declaration
public static implicit operator ImGuiPayload*(ImGuiPayloadPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImGuiPayloadPtr)
Declaration
public static implicit operator ImGuiPayloadPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns