C# Class CryEngine.Utilities.UnusedMarker

Show file Open project: PoppermostProductions/CryMono

Private Properties

Property Type Description
IsUnused bool

Public Methods

Method Description
IsUnused ( IntPtr var ) : bool
IsUnused ( Quat var ) : bool
IsUnused ( Vec3 var ) : bool
IsUnused ( float var ) : bool
IsUnused ( int var ) : bool

Private Methods

Method Description
IsUnused ( uint var ) : bool

Method Details

IsUnused() public static method

public static IsUnused ( IntPtr var ) : bool
var System.IntPtr
return bool

IsUnused() public static method

public static IsUnused ( Quat var ) : bool
var Quat
return bool

IsUnused() public static method

public static IsUnused ( Vec3 var ) : bool
var Vec3
return bool

IsUnused() public static method

public static IsUnused ( float var ) : bool
var float
return bool

IsUnused() public static method

public static IsUnused ( int var ) : bool
var int
return bool