Unreal/Unreal Script
케릭터 돌리기
붕대마음
2012. 3. 22. 16:26
반응형
케릭터 돌리는 함수.
Controller.Pawn.SetRotation(CharacterRot);
관련된 다른 함수들.
Controller.Pawn.SetDesiredRotation(ViewRotation);
Controller.ProcessViewRotation( DeltaTime, ViewRotation, DeltaRot );
Controller.SetRotation(ViewRotation);
Controller.Pawn.FaceRotation(NewRotation, DeltaTime);