C# Class ComponentExtensions, SpaceInvadersRemake

显示文件 Open project: skahal/SpaceInvadersRemake Class Usage Examples

Public Methods

Method Description
IsAlien ( this component ) : bool
IsAlienVerticalEdge ( this component ) : bool
IsBunker ( this component ) : bool
IsCannonZone ( this component ) : bool
IsHorizontalEdge ( this component ) : bool
IsOvni ( this component ) : bool
IsProjectile ( this component ) : bool
IsVerticalEdge ( this component ) : bool

Method Details

IsAlien() public static method

public static IsAlien ( this component ) : bool
component this
return bool

IsAlienVerticalEdge() public static method

public static IsAlienVerticalEdge ( this component ) : bool
component this
return bool

IsBunker() public static method

public static IsBunker ( this component ) : bool
component this
return bool

IsCannonZone() public static method

public static IsCannonZone ( this component ) : bool
component this
return bool

IsHorizontalEdge() public static method

public static IsHorizontalEdge ( this component ) : bool
component this
return bool

IsOvni() public static method

public static IsOvni ( this component ) : bool
component this
return bool

IsProjectile() public static method

public static IsProjectile ( this component ) : bool
component this
return bool

IsVerticalEdge() public static method

public static IsVerticalEdge ( this component ) : bool
component this
return bool