美文网首页
Some Special

Some Special

作者: 庄什么庄 | 来源:发表于2017-06-07 10:01 被阅读0次

public Class A:MonoBehavior

{

B b = GetComponent<B>();

b.enabled = false;

b.UpdateCuror();

}

public Class B:MonoBehavior

{

public void UpdateCursor()

{

Debug.Log("if gameobject is disable, func will still be called outside");

}

}

相关文章

网友评论

      本文标题:Some Special

      本文链接:https://www.haomeiwen.com/subject/yjsofxtx.html