Object.DestroyImmediate 立即销毁

static function DestroyImmediate (obj : Object, allowDestroyingAssets : bool = false) : void

Description描述

Destroys the object obj immediately. It is strongly recommended to use Destroy instead.

立即销毁物体obj,强烈建议使用Destroy代替。

This function should only be used when writing editor code since the delayed destruction will never be invoked in edit mode. In game code it is recommended to use Object.Destroy instead. Destroy is always delayed (but executed within the same frame) Use this function with care since it can destroy assets permanently!

该函数只在写编辑器代码时使用,因为延时的销毁永远不会在编辑模式下调用。在游戏代码推荐使用Object.Destroy代替。销毁总是延迟的(但在同一帧内执行),小心使用该函数,因为它能永久销毁资源。

最后修改:2010年12月8日 Wednesday 23:51

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。