C# Class NFStart, NoahGameFrame

Inheritance: MonoBehaviour
Afficher le fichier Open project: ketoo/NoahGameFrame Class Usage Examples

Méthodes publiques

Свойство Type Description
bCommand bool
bDebugMode bool
mTrans Transform[]

Méthodes publiques

Méthode Description
GetFocusListener ( ) : NFCoreExListener
GetFocusNet ( ) : NFNet,
GetFocusSender ( ) : NFBinarySendLogic,
SetFocusNet ( NFNet, xNet ) : void

Private Methods

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
Start ( ) : void

Method Details

GetFocusListener() public méthode

public GetFocusListener ( ) : NFCoreExListener
Résultat NFTCPClient.NFCoreExListener

GetFocusNet() public méthode

public GetFocusNet ( ) : NFNet,
Résultat NFNet,

GetFocusSender() public méthode

public GetFocusSender ( ) : NFBinarySendLogic,
Résultat NFBinarySendLogic,

SetFocusNet() public méthode

public SetFocusNet ( NFNet, xNet ) : void
xNet NFNet,
Résultat void

Property Details

bCommand public_oe property

public bool bCommand
Résultat bool

bDebugMode public_oe property

public bool bDebugMode
Résultat bool

mTrans public_oe property

public Transform[] mTrans
Résultat Transform[]