Beispiel #1
0
 void Start()
 {
     if (id == -1)
     {
         id = Ruratae.CreateParticle(this);
     }
 }
 public void Initialize()
 {
     if (id == -1)
     {
         editPosition = transform.position;
         id           = Ruratae.CreateParticle(this);
     }
 }
Beispiel #3
0
 void OnEnable()
 {
     id = Ruratae.CreateParticle(this);
 }