PCInterface.PCInterface C# (CSharp) Method

PCInterface() public method

public PCInterface ( GameObject instance ) : System
instance GameObject
return System
    public PCInterface(GameObject instance)
    {
        _using_PCI = MasterController.BRAIN.pm().get_usePerceptual();
        _gesture = instance.GetComponent<PerCGesture>();
        _voice = instance.GetComponent<PerCVoice>();
        _handpos = new float[2]{0,0};
    }