public void SetCollection(RuntimeGameObjects col) => Collection = col;
示例#2
0
 private void OnEnable()
 {
     M = (RuntimeGameObjects)target;
 }