コード例 #1
0
        public void Execute(PhysxScene scene)
        {
            if (_target.Disposed)
            {
                return;
            }

            _target.SetBuoyancy(_buoyancy);
        }