C# Class CharacterRotation, unity-unet-authoritative-networking

Manages character rotation according to CharacterInput
Inheritance: MonoBehaviour
Afficher le fichier Open project: atrakeur/unity-unet-authoritative-networking Class Usage Examples

Méthodes publiques

Méthode Description
RunUpdate ( float delta ) : void

Run update like classic unity's Update We use an other method here because the calling must be controlled by CharacterNetwork We can't use standard Update method because Unity update order is non-deterministic

Private Methods

Méthode Description
Awake ( ) : void

Method Details

RunUpdate() public méthode

Run update like classic unity's Update We use an other method here because the calling must be controlled by CharacterNetwork We can't use standard Update method because Unity update order is non-deterministic
public RunUpdate ( float delta ) : void
delta float
Résultat void