File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
sources/engine/SiliconStudio.Xenko.Engine/Engine Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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)
2
2
// See LICENSE.md for full license information.
3
3
4
4
using SiliconStudio . Core ;
@@ -25,8 +25,8 @@ public sealed class ModelNodeLinkComponent : EntityComponent
25
25
/// <value>
26
26
/// The model which contains the hierarchy to use.
27
27
/// </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)" ) ]
30
30
public ModelComponent Target
31
31
{
32
32
get
@@ -46,7 +46,8 @@ public ModelComponent Target
46
46
/// <value>
47
47
/// The name of the node.
48
48
/// </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" ) ]
50
51
public string NodeName { get ; set ; }
51
52
52
53
public void ValidityCheck ( )
You can’t perform that action at this time.
0 commit comments