C# Class Steamworks.InputActionSetHandle_t

Exibir arquivo Open project: rfht/Steamworks-nosteam Class Usage Examples

Public Properties

Property Type Description
m_InputActionSetHandle ulong

Public Methods

Method Description
CompareTo ( other ) : int
Equals ( other ) : bool
Equals ( object other ) : bool
GetHashCode ( ) : int
InputActionSetHandle_t ( ulong value ) : System.Runtime.InteropServices
ToString ( ) : string
operator ( ) : bool

Method Details

CompareTo() public method

public CompareTo ( other ) : int
return int

Equals() public method

public Equals ( other ) : bool
return bool

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

InputActionSetHandle_t() public method

public InputActionSetHandle_t ( ulong value ) : System.Runtime.InteropServices
value ulong
return System.Runtime.InteropServices

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

m_InputActionSetHandle public_oe property

public ulong m_InputActionSetHandle
return ulong