Universe.Physics.BulletSPlugin.BulletWorld.BulletWorld C# (CSharp) Method

BulletWorld() public method

public BulletWorld ( uint worldId, BSScene bss ) : System.Collections.Generic
worldId uint
bss BSScene
return System.Collections.Generic
        public BulletWorld(uint worldId, BSScene bss)
        {
            worldID = worldId;
            physicsScene = bss;
        }
BulletWorld