SGDE.Physics.PhysicsBaby.SetStatic C# (CSharp) Method

SetStatic() public method

Set if the PhysicsBaby is static (doesn't move).
public SetStatic ( bool beStatic ) : void
beStatic bool true if the PhysicsBaby is static, false if otherwise.
return void
        public void SetStatic(bool beStatic)
        {
            bStatic = beStatic;
        }