PluginItemCollection.GetAsText

導入

v5.0

詳細

収集した項目のリストをカンマ区切りの書式で戻します。GetAsText は SIObject から派生したオブジェクトを含むコレクションのみに適用されます。

スクリプト構文

oString = PluginItemCollection.GetAsText();

戻り値

String

JScript の例

// Log all children of the scene root.

Application.LogMessage( ActiveSceneRoot.Children.GetAsText() );