Universe.Physics.BulletSPlugin.BSAPIUnman.BulletLoggerPhysLog C# (CSharp) Метод

BulletLoggerPhysLog() закрытый приватный Метод

final private BulletLoggerPhysLog ( string msg ) : void
msg string
Результат void
        void BulletLoggerPhysLog(string msg)
        {
            PhysicsScene.DetailLog("[Bulletsim Unmanaged]:" + msg);
        }
BSAPIUnman