C# Class NFStart, NoahGameFrame

Inheritance: MonoBehaviour
Exibir arquivo Open project: ketoo/NoahGameFrame Class Usage Examples

Public Properties

Property Type Description
bCommand bool
bDebugMode bool
mTrans Transform[]

Public Methods

Method Description
GetFocusListener ( ) : NFCoreExListener
GetFocusNet ( ) : NFNet,
GetFocusSender ( ) : NFBinarySendLogic,
SetFocusNet ( NFNet, xNet ) : void

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
Start ( ) : void

Method Details

GetFocusListener() public method

public GetFocusListener ( ) : NFCoreExListener
return NFTCPClient.NFCoreExListener

GetFocusNet() public method

public GetFocusNet ( ) : NFNet,
return NFNet,

GetFocusSender() public method

public GetFocusSender ( ) : NFBinarySendLogic,
return NFBinarySendLogic,

SetFocusNet() public method

public SetFocusNet ( NFNet, xNet ) : void
xNet NFNet,
return void

Property Details

bCommand public_oe property

public bool bCommand
return bool

bDebugMode public_oe property

public bool bDebugMode
return bool

mTrans public_oe property

public Transform[] mTrans
return Transform[]