PlayerEmotions.onFaceFound C# (CSharp) Method

onFaceFound() public method

public onFaceFound ( float timestamp, int faceId ) : void
timestamp float
faceId int
return void
    public override void onFaceFound(float timestamp, int faceId)
    {
        fog.enableEmission = false;
        if (Debug.isDebugBuild) Debug.Log("Found the face");
    }