C# Class SynchronizedObject, PaperCowboys

Inheritance: MonoBehaviour
Afficher le fichier Open project: Gamieon/PaperCowboys Class Usage Examples

Protected Properties

Свойство Type Description
correctPos Vector3
correctRot Quaternion
myRigidbody UnityEngine.Rigidbody
myTransform Transform

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnMasterClientSwitched ( PhotonPlayer, player ) : void
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
OnSerializeNetworkView ( BitStream stream, NetworkMessageInfo info ) : void
Start ( ) : void
Update ( ) : void
uLink_OnSerializeNetworkView ( uLink stream, uLink info ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnMasterClientSwitched() protected méthode

protected OnMasterClientSwitched ( PhotonPlayer, player ) : void
player PhotonPlayer,
Résultat void

OnPhotonSerializeView() protected méthode

protected OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
Résultat void

OnSerializeNetworkView() protected méthode

protected OnSerializeNetworkView ( BitStream stream, NetworkMessageInfo info ) : void
stream BitStream
info UnityEngine.NetworkMessageInfo
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

uLink_OnSerializeNetworkView() protected méthode

protected uLink_OnSerializeNetworkView ( uLink stream, uLink info ) : void
stream uLink
info uLink
Résultat void

Property Details

correctPos protected_oe property

Synchronization: The correct object position according to this object's owner.
protected Vector3 correctPos
Résultat Vector3

correctRot protected_oe property

Synchronization: The correct object rotation according to this object's owner.
protected Quaternion correctRot
Résultat Quaternion

myRigidbody protected_oe property

Cached rigid body.
protected Rigidbody,UnityEngine myRigidbody
Résultat UnityEngine.Rigidbody

myTransform protected_oe property

Cached transform.
protected Transform myTransform
Résultat Transform