Add missing doc
This commit is contained in:
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public AndroidPlatformSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public AudioSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public BuildSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public GameSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public GraphicsSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public InputSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public LayersAndTagsSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName">Name of the resource type.</param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public LinuxPlatformSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public NavigationSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public PhysicsSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName"></param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public TimeSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName">Name of the resource type.</param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public UWPPlatformSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace FlaxEditor.Content
|
||||
/// </summary>
|
||||
/// <param name="path">The asset path.</param>
|
||||
/// <param name="id">The asset identifier.</param>
|
||||
/// <param name="typeName">Name of the resource type.</param>
|
||||
/// <param name="typeName">The Name of the resource type.</param>
|
||||
public WindowsPlatformSettingsItem(string path, Guid id, string typeName)
|
||||
: base(path, id, typeName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user