Type Method 型メソッド

valueWithSCNVector3:

Creates a value object that contains the specified three-element SceneKit vector. 指定された3要素SceneKitベクターを含む値オブジェクトを作成します。

Declaration 宣言

+ (NSValue *)valueWithSCNVector3:(SCNVector3)v;

Parameters パラメータ

vector

The value for the new object. 新しいオブジェクトに対する値。

Return Value 戻り値

A new value object that contains the vector information. ベクター情報を含んでいる新しい値オブジェクト。

See Also 参照

Working with SceneKit Vector and Matrix Values SceneKitベクターと行列値を扱う

Related Documentation 関連文書