141人加入学习
(0人评价)
Unreal入门第二季 - 虚幻C++综合入门

制作完成于2019.9.30,基于Unreal 4.22

价格 ¥ 200.00
该课程属于 UE5高薪就业班-零基础·学虚幻·月薪过万 请加入后再学习

void AMainPlayer::MoveForward(float Value)
{

const FRotator Rotation = Controller->GetcontrolRotation();
const FRotator YawRotation(0.0f,Rotation.Yaw, 0.0f);

const FVector Direction=FRotationMatrix(YawRotation).GetUnitAxis(EAxis: :X),
AddMovementInput(Direction,Value);

}
void AMainPlayer::MoveRight(float Value)
{

const FRotator Rotation = Controller->GetcontrolRotation():const FRotator YawRotation(0.0f,Rotation.Yaw,0.0f);const FVector Direction = FRotationMatrix(YawRotation).GetUnitAxis(EAxis::Y),
AddMovementInput(Direction,Value);

}

[展开全文]

授课教师

SiKi学院讲师

课程特色

视频(117)
下载资料(1)

学员动态

未来主义 加入学习
DUChicken 加入学习
汝南 加入学习
ttaku 开始学习 203-SkeletalMes...