Translations:Dynamic Variables/11/ja

From Neos Wiki
Jump to navigation Jump to search

The simplest way to use dynamic variables is to use the DynamicValueVariable<T> and DynamicReferenceVariable<T> components. These are for value (int, float, String, etc.) and reference (Slot, User, etc.) types, respectively. ダイナミックバリアブルを使用する最も簡単な方法は、DynamicValueVariable<T>DynamicReferenceVariable<T>コンポーネントを使用することです。それぞれ値(int、float、Stringなど)と参照(Slot、Userなど)型用です。

これらのコンポーネントは、値や参照を直接格納します。2つのバリアブルコンポーネントの名前が同じである場合、その内容は同じになります。