케릭터 돌리기

반응형

케릭터 돌리는 함수.
Controller.Pawn.SetRotation(CharacterRot);

관련된 다른 함수들.
Controller.Pawn.SetDesiredRotation(ViewRotation);
Controller.ProcessViewRotation( DeltaTime, ViewRotation, DeltaRot );
Controller.SetRotation(ViewRotation);
Controller.Pawn.FaceRotation(NewRotation, DeltaTime);

'Unreal > Unreal Script' 카테고리의 다른 글

Billboard  (0) 2012.06.28
내가 만든 소스 넘겨주기.  (0) 2012.02.28
unreal project 참조 만들기  (0) 2012.02.21
게임모드 끼워넣기  (0) 2011.12.08
Particle, SoundCue 추가방법  (0) 2011.11.24
TAGS.

Comments