Merge remote-tracking branch 'origin/master' into 1.6
This commit is contained in:
@@ -379,7 +379,7 @@ public:
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the actor static fags.
|
||||
/// Gets the actor static flags.
|
||||
/// </summary>
|
||||
API_PROPERTY(Attributes="NoAnimate, EditorDisplay(\"General\"), EditorOrder(-80), CustomEditorAlias(\"FlaxEditor.CustomEditors.Editors.ActorStaticFlagsEditor\")")
|
||||
FORCE_INLINE StaticFlags GetStaticFlags() const
|
||||
|
||||
@@ -98,7 +98,7 @@ API_ENUM(Attributes="Flags") enum class StaticFlags
|
||||
Navigation = 1 << 3,
|
||||
|
||||
/// <summary>
|
||||
/// Objects is fully static on the scene.
|
||||
/// Object is fully static in the scene.
|
||||
/// </summary>
|
||||
FullyStatic = Transform | ReflectionProbe | Lightmap | Navigation,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user