Skip to content

Commit 71f0350

Browse files
[Editor] rename properties and fix bad English in ModelNodeLinkComponent
# Original commit: 'bf5cc0bd7b09068de0fe59596c718707444b9fc5'
1 parent 02afb92 commit 71f0350

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

sources/engine/SiliconStudio.Xenko.Engine/Engine/ModelNodeLinkComponent.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014-2017 Silicon Studio Corp. All rights reserved. (https://www.siliconstudio.co.jp)
1+
// Copyright (c) 2014-2017 Silicon Studio Corp. All rights reserved. (https://www.siliconstudio.co.jp)
22
// See LICENSE.md for full license information.
33

44
using SiliconStudio.Core;
@@ -25,8 +25,8 @@ public sealed class ModelNodeLinkComponent : EntityComponent
2525
/// <value>
2626
/// The model which contains the hierarchy to use.
2727
/// </value>
28-
/// <userdoc>The reference to the target entity to which attach the current entity. If null, parent will be used.</userdoc>
29-
[Display("Target (Parent if not set)")]
28+
/// <userdoc>The name of the model to attach this entity to. If null, the entity attaches to its parent entity.</userdoc>
29+
[Display("Model (parent if not set)")]
3030
public ModelComponent Target
3131
{
3232
get
@@ -46,7 +46,8 @@ public ModelComponent Target
4646
/// <value>
4747
/// The name of the node.
4848
/// </value>
49-
/// <userdoc>The name of node of the model of the target entity to which attach the current entity.</userdoc>
49+
/// <userdoc>The name of node to attach this entity to.</userdoc>
50+
[Display("Node")]
5051
public string NodeName { get; set; }
5152

5253
public void ValidityCheck()

0 commit comments

Comments
 (0)