Exemplo n.º 1
0
    public static animationPlayer getInstance()
    {
        if (m_Instance == null)
        {
            m_Instance = new animationPlayer();
        }

        return(m_Instance);
    }
Exemplo n.º 2
0
 void Start()
 {
     anim = animationPlayer.getInstance();
 }
Exemplo n.º 3
0
 void Awake()
 {
     m_ControllerOriginPosition = m_Controller.transform.position;
     anim = animationPlayer.getInstance();
 }