C# Class BlockRegion, Immersion

Inheritance: MonoBehaviour
Afficher le fichier Open project: copygirl/Immersion Class Usage Examples

Méthodes publiques

Свойство Type Description
start BlockPos,

Méthodes publiques

Méthode Description
BlockRegion ( BlockPos, start, BlockPos, end ) : System
BlockRegion ( int startX, int startY, int startZ, int endX, int endY, int endZ ) : System
Contains ( BlockPos, pos ) : bool

Returns if the BlockPos is contained in this region.

Equals ( object obj ) : bool
Expand ( int size ) : BlockRegion,

Returns a region that is the specified number of blocks larger in all 6 directions.

GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Method Details

BlockRegion() public méthode

public BlockRegion ( BlockPos, start, BlockPos, end ) : System
start BlockPos,
end BlockPos,
Résultat System

BlockRegion() public méthode

public BlockRegion ( int startX, int startY, int startZ, int endX, int endY, int endZ ) : System
startX int
startY int
startZ int
endX int
endY int
endZ int
Résultat System

Contains() public méthode

Returns if the BlockPos is contained in this region.
public Contains ( BlockPos, pos ) : bool
pos BlockPos,
Résultat bool

Equals() public méthode

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

Expand() public méthode

Returns a region that is the specified number of blocks larger in all 6 directions.
public Expand ( int size ) : BlockRegion,
size int
Résultat BlockRegion,

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

start public_oe property

public BlockPos, start
Résultat BlockPos,