C# Класс ComponentExtensions, SpaceInvadersRemake

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

IsAlien() публичный статический Метод

public static IsAlien ( this component ) : bool
component this
Результат bool

IsAlienVerticalEdge() публичный статический Метод

public static IsAlienVerticalEdge ( this component ) : bool
component this
Результат bool

IsBunker() публичный статический Метод

public static IsBunker ( this component ) : bool
component this
Результат bool

IsCannonZone() публичный статический Метод

public static IsCannonZone ( this component ) : bool
component this
Результат bool

IsHorizontalEdge() публичный статический Метод

public static IsHorizontalEdge ( this component ) : bool
component this
Результат bool

IsOvni() публичный статический Метод

public static IsOvni ( this component ) : bool
component this
Результат bool

IsProjectile() публичный статический Метод

public static IsProjectile ( this component ) : bool
component this
Результат bool

IsVerticalEdge() публичный статический Метод

public static IsVerticalEdge ( this component ) : bool
component this
Результат bool