C# Class Terraria.DataStructures.AnchorData

Mostrar archivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
Empty AnchorData
checkStart int
tileCount int
type AnchorType

Public Methods

Method Description
AnchorData ( AnchorType t, int count, int start ) : Terraria.Enums
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

AnchorData() public method

public AnchorData ( AnchorType t, int count, int start ) : Terraria.Enums
t AnchorType
count int
start int
return Terraria.Enums

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static AnchorData,Terraria.DataStructures Empty
return AnchorData

checkStart public_oe property

public int checkStart
return int

tileCount public_oe property

public int tileCount
return int

type public_oe property

public AnchorType type
return AnchorType