Fix missing xml comment
This commit is contained in:
@@ -14,6 +14,7 @@ namespace FlaxEditor.Content.Create
|
|||||||
/// <seealso cref="FlaxEditor.Content.Create.CreateFileEntry" />
|
/// <seealso cref="FlaxEditor.Content.Create.CreateFileEntry" />
|
||||||
public class PrefabCreateEntry : CreateFileEntry
|
public class PrefabCreateEntry : CreateFileEntry
|
||||||
{
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
public override bool CanBeCreated => _options.RootActorType != null;
|
public override bool CanBeCreated => _options.RootActorType != null;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user