C# 클래스 CharacterRotation, unity-unet-authoritative-networking

Manages character rotation according to CharacterInput
상속: MonoBehaviour
파일 보기 프로젝트 열기: atrakeur/unity-unet-authoritative-networking 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

RunUpdate() 공개 메소드

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
리턴 void