C# Class SpaceBattle.Components

ファイルを表示 Open project: luqui/space-shooter

Public Properties

Property Type Description
Behaviors List>
Damages List>
Seekers List>

Public Methods

Method Description
MakeBehaviorRing ( ) : ComponentRing
MakeDamageRing ( ) : ComponentRing
MakeSeekerRing ( ) : ComponentRing

Method Details

MakeBehaviorRing() public static method

public static MakeBehaviorRing ( ) : ComponentRing
return ComponentRing

MakeDamageRing() public static method

public static MakeDamageRing ( ) : ComponentRing
return ComponentRing

MakeSeekerRing() public static method

public static MakeSeekerRing ( ) : ComponentRing
return ComponentRing

Property Details

Behaviors public_oe static_oe property

public static List> Behaviors
return List>

Damages public_oe static_oe property

public static List> Damages
return List>

Seekers public_oe static_oe property

public static List> Seekers
return List>