Beispiel #1
0
    void Reset()
    {
        Debug.Log("Reset");
        m_PositionModel = new PhotonTransformViewPositionModel();
        m_RotationModel = new PhotonTransformViewRotationModel();
        m_ScaleModel    = new PhotonTransformViewScaleModel();

        m_PositionControl = new PhotonTransformViewPositionControl(m_PositionModel);
        m_RotationControl = new PhotonTransformViewRotationControl(m_RotationModel);
        m_ScaleControl    = new PhotonTransformViewScaleControl(m_ScaleModel);
    }
	void Reset()
	{
		Debug.Log("Reset");
		m_PositionModel =  new PhotonTransformViewPositionModel();
		m_RotationModel = new PhotonTransformViewRotationModel();
		m_ScaleModel = new PhotonTransformViewScaleModel();

		m_PositionControl = new PhotonTransformViewPositionControl( m_PositionModel );
		m_RotationControl = new PhotonTransformViewRotationControl( m_RotationModel );
		m_ScaleControl = new PhotonTransformViewScaleControl( m_ScaleModel );
	}
 public PhotonTransformViewRotationControl( PhotonTransformViewRotationModel model )
 {
     m_Model = model;
 }
Beispiel #4
0
 public PhotonTransformViewRotationControl(PhotonTransformViewRotationModel model)
 {
 }
Beispiel #5
0
 public PhotonTransformViewRotationControl(PhotonTransformViewRotationModel model)
 {
     this.m_Model = model;
 }
 // Token: 0x0600BB1E RID: 47902 RVA: 0x00441DFA File Offset: 0x0043FFFA
 public PhotonTransformViewRotationControl(PhotonTransformViewRotationModel PMLNAMDEBFI)
 {
     this.HNCFAJJGIPN = PMLNAMDEBFI;
 }