Delegate SBCF
A bullet control function performing some operation on a SimpleBullet.
The cancellation token is stored in the BulletControl struct. It may be used by the control
to bound nested summons (eg. via the SM control).
Namespace: Danmokou.DMath
Assembly: cs.temp.dll.dll
Syntax
public delegate void SBCF(in BulletManager.SimpleBulletCollection.VelocityUpdateState state, in ParametricInfo bpi, in ICancellee cT);
Parameters
Type | Name | Description |
---|---|---|
BulletManager.SimpleBulletCollection.VelocityUpdateState | state | |
ParametricInfo | bpi | |
ICancellee | cT |