Difference between revisions of "Find Parent By Name (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<code>SearchDepth</code> 入力は、ノードが親スロットを検索するスロット階層のレベルを決定します。デフォルトでは 0 (つまり、<code>...")
(Created page with "<code>IgnoreCase</code> は、<code>Name</code> の大文字と小文字が正確に一致しないスロット名を有効と見なすかどうかを決定するものです...")
Line 20: Line 20:
  
  
The <code>IgnoreCase</code> input determines whether slot names which do not exactly match the upper/lower case of the <code>Name</code> input will be considered valid. True by default.
+
<code>IgnoreCase</code> は、<code>Name</code> の大文字と小文字が正確に一致しないスロット名を有効と見なすかどうかを決定するものです。デフォルトでは True です。
  
  

Revision as of 14:04, 16 February 2022

Other languages:
English • ‎日本語
Find Parent By Name
'Find Parent By Name' LogiX node
Inputs
  Slot Instance
  String Name
  Bool MatchSubstring
  Int SearchDepth
  Bool IgnoreCase
Outputs
  Slot FoundChild

Find Parent By Nameノードは Instance 入力スロットの親で、入力 Name に一致する名前を持つスロットを探そうとします。

使用方法

MatchSubstring は、入力された Name を名前に含むスロットが有効な一致とみなされるかどうかを決定するものです。デフォルトでは True です。


SearchDepth 入力は、ノードが親スロットを検索するスロット階層のレベルを決定します。デフォルトでは 0 (つまり、インスタンス スロットの直接の親だけを検索します) です。


IgnoreCase は、Name の大文字と小文字が正確に一致しないスロット名を有効と見なすかどうかを決定するものです。デフォルトでは True です。


The FoundParent output is the first slot found whose name matches the input Name. Output is null if no valid match is found.


The search proceeds from the Instance input slot's direct parent to higher levels if allowed by the SearchDepth input. A SearchDepth of 0 (default) searches only the Instance input slot's direct parent, a depth of 1 allows searching of the Instance slot's parent's parent etc. A SearchDepth value of -1 allows searching to unlimited depth.

Examples

Node Menu

NodeMenu-Slots/ja