Interface IBulletSystem
Classes implement this interface are bullet systems.
Namespace: BulletStorm.BulletSystem
Assembly: BulletStorm.dll
Syntax
public interface IBulletSystem
Properties
| Improve this Doc View SourceName
Name of the bullet system.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetController()
Get a controller of this bullet system.
Declaration
IBulletController GetController()
Returns
Type | Description |
---|---|
IBulletController |