layer修改
This commit is contained in:
parent
794f0aa999
commit
5f0513157b
|
@ -84,7 +84,7 @@ public class LoaclInterObjectWatch : MonoBehaviour
|
|||
{
|
||||
clone.AddComponent<KXScanOperator>();
|
||||
}
|
||||
clone.layer = 11;
|
||||
clone.layer = 13;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue