Class HostNodeParams
Host callback node parameters
public class HostNodeParams
- Inheritance
-
HostNodeParams
- Inherited Members
Properties
Function
Gets or sets the function.
public Action<nint> Function { get; set; }
Property Value
UserData
Gets or sets the user data.
public nint UserData { get; set; }
Property Value
- nint
The user data.