C# Class NFrame.MainExU3D

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: ketoo/NoahGameFrame

Public Methods

Method Description
MainU3D ( ) : void

Private Methods

Method Description
HeartBeatEventHandler ( NFGUID self, string strHeartBeat, float fTime, int nCount ) : void
OnClassHandler ( NFGUID self, int nContainerID, int nGroupID, NFIObject eType, string strClassName, string strConfigIndex ) : void
OnPropertydHandler ( NFGUID self, string strProperty, NFIDataList oldVar, NFIDataList newVar ) : void
OnRecordEventHandler ( NFGUID self, string strRecordName, NFIRecord eType, int nRow, int nCol, NFIDataList oldVar, NFIDataList newVar ) : void
Start ( ) : void
Update ( ) : void

Method Details

MainU3D() public method

public MainU3D ( ) : void
return void