C# Class Reign.Core.Size3

Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Свойство Type Description
Width int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Size3 ( int width, int height, int depth ) : System.Runtime.InteropServices
ToString ( ) : string
operator ( ) : Size3
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Size3() public méthode

public Size3 ( int width, int height, int depth ) : System.Runtime.InteropServices
width int
height int
depth int
Résultat System.Runtime.InteropServices

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Size3
Résultat Size3

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Width public_oe property

public int Width
Résultat int