Corrected additional typos
This commit is contained in:
@@ -7,7 +7,7 @@ using FlaxEngine;
|
||||
namespace FlaxEditor.Gizmo
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents collection of Gizmo tools where one is active and in use.
|
||||
/// Represents collection of gizmo tools where one is active and in use.
|
||||
/// </summary>
|
||||
/// <seealso cref="GizmoBase" />
|
||||
[HideInEditor]
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace FlaxEditor.Gizmo
|
||||
)
|
||||
{
|
||||
// Error
|
||||
Platform.Fatal("Failed to load Transform Gizmo resources.");
|
||||
Platform.Fatal("Failed to load transform gizmo resources.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@ namespace FlaxEditor.Gizmo
|
||||
public Axis ActiveAxis => _activeAxis;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sts the current gizmo mode.
|
||||
/// Gets or sets the current gizmo mode.
|
||||
/// </summary>
|
||||
public Mode ActiveMode
|
||||
{
|
||||
|
||||
@@ -151,7 +151,7 @@ namespace FlaxEditor.Gizmo
|
||||
// Set positions of the gizmo
|
||||
UpdateGizmoPosition();
|
||||
|
||||
// Scale Gizmo to fit on-screen
|
||||
// Scale gizmo to fit on-screen
|
||||
Vector3 vLength = Owner.ViewPosition - Position;
|
||||
float gizmoSize = Editor.Instance.Options.Options.Visual.GizmoSize;
|
||||
_screenScale = vLength.Length / GizmoScaleFactor * gizmoSize;
|
||||
@@ -318,7 +318,7 @@ namespace FlaxEditor.Gizmo
|
||||
}
|
||||
else if (_activeMode == Mode.Scale)
|
||||
{
|
||||
// Apply Scale
|
||||
// Apply scale
|
||||
_scaleDelta = delta;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,7 +100,7 @@ public:
|
||||
public:
|
||||
|
||||
/// <summary>
|
||||
/// Determinate whenever this emitter uses lights rendering.
|
||||
/// Determines whenever this emitter uses lights rendering.
|
||||
/// </summary>
|
||||
/// <returns>True if emitter uses lights rendering, otherwise false.</returns>
|
||||
FORCE_INLINE bool UsesLightRendering() const
|
||||
|
||||
Reference in New Issue
Block a user