示例#1
0
 void Awake()
 {
     Instance = this;
 }
 private void OnEnable()
 {
     _factory = (ProceduralShapeFactory)target;
 }