コード例 #1
0
 public RotateAroundByState(RotateAroundBy action, Node target)
     : base(action, target)
 {
     Point          = action.Point;
     DeltaX         = action.DeltaX;
     DeltaY         = action.DeltaY;
     DeltaZ         = action.DeltaZ;
     TransformSpace = action.TransformSpace;
 }
コード例 #2
0
ファイル: RotateAroundBy.cs プロジェクト: Zamir7/urho
 public RotateAroundByState(RotateAroundBy action, Node target)
     : base(action, target)
 {
     Point = action.Point;
     DeltaX = action.DeltaX;
     DeltaY = action.DeltaY;
     DeltaZ = action.DeltaZ;
     TransformSpace = action.TransformSpace;
 }