SerializedProperty.Copy 复制

function Copy () : SerializedProperty

Description描述

Duplicates the SerializedProperty.

复制SerializedProperty。

This lets you keep a reference to a specific property. Note that if an array size before to the copied property is modified this and this property is then accessed, then this might lead to memory corruption.

这让你保留一个引用到特定的属性。注意,如果复制属性之前修改这个数组大小并访问,那么,这可能会导致内存损坏。

最后修改:2011年7月11日 Monday 13:17

本脚本参考基于Unity 3.4.1f5

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