Exemple #1
0
    public void UpdateState(LVR_Location_NetworkState state, int newValue)
    {
#if UNITY_ENGAGE
        if (ENG_IGM_NetworkStateController.instance)
        {
            ENG_IGM_NetworkStateController.instance.UpdateState(state, newValue);
        }
#endif
    }
Exemple #2
0
 void Start()
 {
     m_state = GetComponent <LVR_Location_NetworkState>();
 }
Exemple #3
0
 void Start()
 {
     m_state         = GetComponent <LVR_Location_NetworkState>();
     m_defaultSkybox = RenderSettings.skybox;
 }
Exemple #4
0
 void Start()
 {
     m_state       = GetComponent <LVR_Location_NetworkState>();
     journeyLength = getDistance(transA, transB);
 }
Exemple #5
0
 void Start()
 {
     m_state   = GetComponent <LVR_Location_NetworkState>();
     lastLight = m_state.currentState;
 }