C# 클래스 RotateAroundPivot, rogue-shield

Components to permits rotation of a game object in a specified angle
상속: MonoBehaviour
파일 보기 프로젝트 열기: SneakyRedSnake/rogue-shield 1 사용 예제들

공개 메소드들

메소드 설명
RotationZ ( float z, float distOfPivot ) : void

Rotation under the z axes using Quaternion.Euler

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

RotationZ() 공개 메소드

Rotation under the z axes using Quaternion.Euler
public RotationZ ( float z, float distOfPivot ) : void
z float The angle with the z axes
distOfPivot float
리턴 void