예제 #1
0
 public void Start()
 {
     this.timeline        = TimelineMono.GetForScene();
     this.entityComponent = this.GetComponent <EntityComponent>();
 }
예제 #2
0
 public void Start()
 {
     this.timeline         = TimelineMono.GetForScene();
     this.entityComponent  = this.GetComponent <EntityComponent>();
     this.playerController = this.GetComponent <PlayerController>();
 }