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

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

Public Methods

Method 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

Method Description
Awake ( ) : void

Method Details

RunUpdate() public method

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
return void