SCNIKConstraint.GetMaxAllowedRotationAngle(SCNNode) 方法

定义

返回指定 node 可以旋转的最大角度(以度为单位)。

[Foundation.Export("maxAllowedRotationAngleForJoint:")]
public virtual nfloat GetMaxAllowedRotationAngle (SceneKit.SCNNode node);
abstract member GetMaxAllowedRotationAngle : SceneKit.SCNNode -> nfloat
override this.GetMaxAllowedRotationAngle : SceneKit.SCNNode -> nfloat

参数

node
SCNNode

返回

属性

适用于