Animation.Animation.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
public void Start(){}public Animation(UnityEngine.Vector3 target)
	{

Usage Example

示例#1
0
  Animation.Animation battle_animation; //comment this, compile casanova, uncomment

  void Start()
  {
    battle_animation = new Animation.Animation(target);
    battle_animation.Start();
  }