Struct ImGuiPayloadPtr
Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImGuiPayloadPtr
Properties
NativePtr
View Source
Declaration
public readonly ImGuiPayload* NativePtr { get; }
Data
View Source
Declaration
public IntPtr Data { get; set; }
DataSize
View Source
Declaration
public ref int DataSize { get; }
SourceId
View Source
Declaration
public ref uint SourceId { get; }
SourceParentId
View Source
Declaration
public ref uint SourceParentId { get; }
DataFrameCount
View Source
Declaration
public ref int DataFrameCount { get; }
DataType
View Source
Declaration
public RangeAccessor<byte> DataType { get; }
Preview
View Source
Declaration
public ref bool Preview { get; }
Delivery
View Source
Declaration
public ref bool Delivery { get; }
Methods
Clear()
View Source
Declaration
public void Clear()
Destroy()
View Source
Declaration
public void Destroy()
IsDataType(string)
View Source
Declaration
public bool IsDataType(string type)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | type |
IsDelivery()
View Source
Declaration
public bool IsDelivery()
Returns
System.Boolean
IsPreview()
View Source
Declaration
public bool IsPreview()
Returns
System.Boolean