C# 클래스 UnityExtensions, Immersion

CLass containing some extension methods for Unity Objects
파일 보기 프로젝트 열기: copygirl/Immersion 1 사용 예제들

공개 메소드들

메소드 설명
ResetPositionAndRotation ( this transform ) : void

Resets the transform's position and rotation.

메소드 상세

ResetPositionAndRotation() 공개 정적인 메소드

Resets the transform's position and rotation.
public static ResetPositionAndRotation ( this transform ) : void
transform this
리턴 void