7.2:
Properties
プロパティ
A property is an attribute of a Revolution object. Each
type of object has many built-in properties, which affect
the object's appearance or behavior. You can also define
custom properties for any object, and use them to store any
kind of data.
プロパティはレヴォルーションのオブジェクトの属性の一つです。オブジェクトの各タイプは幾つかの組み込みプロパティを持っており、これらがオブジェクトの外観や振る舞い方を決定づけます。勿論、どのオブジェクトにもカスタム・プロパティを定義することができ、またカスタム・プロパティには様々な形式のデータを保持させることもできます。
This topic discusses how to use properties, how properties
are inherited between objects,and how to create and switch
between collections of property settings.
ここではプロパティの使い方、オブジェクト間でのプロパティの継承のされ方、プロパティ設定の作り方とそれらの切り替え方、等を扱います。
To fully understand this topic, you should know how to
create objects, how to use an object's property inspector,
and how to write short scripts.
ここで扱っている内容を十分に理解するには、オブジェクトの作り方、オブジェクトのプロパティ・インスペクタの使い方、簡単なスクリプトをの書き方、等を予め知っている必要があります。