Fix typos
This commit is contained in:
@@ -96,7 +96,7 @@ namespace FlaxEngine
|
||||
/// <summary>
|
||||
/// Gets the font object described by the structure.
|
||||
/// </summary>
|
||||
/// <returns>Th font or null if descriptor is invalid.</returns>
|
||||
/// <returns>The font or null if descriptor is invalid.</returns>
|
||||
public Font GetFont()
|
||||
{
|
||||
if (_cachedFont)
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace FlaxEngine
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="HeaderAttribute"/> class.
|
||||
/// Initializes a new instance of the <see cref="VisibleIfAttribute"/> class.
|
||||
/// </summary>
|
||||
/// <param name="memberName">The name of the field or property of the object. Must be a bool type.</param>
|
||||
/// <param name="invert">True if invert member value when computing the visibility value.</param>
|
||||
|
||||
Reference in New Issue
Block a user