Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Generated by DocFX