Show / Hide Table of Contents

Interface IBulletSystem

Classes implement this interface are bullet systems.

Namespace: BulletStorm.BulletSystem
Assembly: BulletStorm.dll
Syntax
public interface IBulletSystem

Properties

| Improve this Doc View Source

Name

Name of the bullet system.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetController()

Get a controller of this bullet system.

Declaration
IBulletController GetController()
Returns
Type Description
IBulletController
  • Improve this Doc
  • View Source
Back to top Generated by DocFX