ObserverPoint

ObserverPoint()

使用默认旋转角度初始化ObserverPoint类的新实例。

public ObserverPoint()

也可以看看


ObserverPoint(float, float, float)

初始化ObserverPoint类的新实例。

public ObserverPoint(float angleRotateX, float angleRotateY, float angleRotateZ)
范围类型描述
angleRotateXSingle旋转x的角度。
angleRotateYSingley 旋转角度。
angleRotateZSingle旋转z的角度。

也可以看看