class MAGES::PropertyProxyUtilities::QuaternionPropertyProxy¶
Overview¶
A property proxy used for objects that should accept Quaternion values. More…
class QuaternionPropertyProxy: public MAGES::PropertyProxyUtilities::ProxyScriptableObject { public: // properties Quaternion Value; override object GenericValue; override System.Type ValueType; };
Inherited Members¶
public: // properties abstract object GenericValue; abstract System.Type ValueType;
Detailed Documentation¶
A property proxy used for objects that should accept Quaternion values.
Properties¶
Quaternion Value
Gets or sets the Quaternion value.