ProjectItemCollection.GetAsText

導入

v5.0

詳細

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

C#構文

String ProjectItemCollection.GetAsText();

スクリプト構文

oString = ProjectItemCollection.GetAsText();

戻り値

String

JScript の例

// Log all children of the scene root.

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