Exemplo n.º 1
0
 public void RegAudioPlaybackPercent(ActorComponent _this)
 {
     _RegAudioPlaybackPercent(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 2
0
 public void RegSequencerStop(ActorComponent _this)
 {
     _RegSequencerStop(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 3
0
 public void RegAudioFinished(ActorComponent _this)
 {
     _RegAudioFinished(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 4
0
 public void RegComponentWake(ActorComponent _this)
 {
     _RegComponentWake(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 5
0
 public void RegComponentSleep(ActorComponent _this)
 {
     _RegComponentSleep(NativeHandler, _this.NativeHandler);
 }
 public void RegParticleCollide(ActorComponent _this)
 {
     _RegParticleCollide(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 7
0
 public void RegComponentEndOverlap(ActorComponent _this)
 {
     _RegComponentEndOverlap(NativeHandler, _this.NativeHandler);
 }
 public void RegParticleBurst(ActorComponent _this)
 {
     _RegParticleBurst(NativeHandler, _this.NativeHandler);
 }
 public void RegParticleDeath(ActorComponent _this)
 {
     _RegParticleDeath(NativeHandler, _this.NativeHandler);
 }
 public void RegParticleSpawn(ActorComponent _this)
 {
     _RegParticleSpawn(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 11
0
 public void RegAppDeactivate(ActorComponent _this)
 {
     _RegAppDeactivate(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 12
0
 public void RegAppWillTerminate(ActorComponent _this)
 {
     _RegAppWillTerminate(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 13
0
 public void RegAppHasEnteredForeground(ActorComponent _this)
 {
     _RegAppHasEnteredForeground(NativeHandler, _this.NativeHandler);
 }
Exemplo n.º 14
0
 public void RegAppWillEnterBackground(ActorComponent _this)
 {
     _RegAppWillEnterBackground(NativeHandler, _this.NativeHandler);
 }