添加了教育平台
This commit is contained in:
@@ -22,6 +22,10 @@ public partial class RotationComponent : EntityComponent
|
||||
/// 默认角度的缓存
|
||||
/// </summary>
|
||||
public Vector3 OriginalEuler { get; private set; }
|
||||
/// <summary>
|
||||
/// 可读可写的当前角度
|
||||
/// </summary>
|
||||
public float CurrentAngle;
|
||||
public override void _Ready()
|
||||
{
|
||||
//保存默认角度
|
||||
|
Reference in New Issue
Block a user