playerCtrl.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        rb = GetComponent<Rigidbody>();
        EmoEngine.Instance.EmoStateUpdated += new EmoEngine.EmoStateUpdatedEventHandler(engine_EmoStateUpdated);
    }