C# 클래스 Vector3Extensions, UnEngine

파일 보기 프로젝트 열기: jbruening/UnEngine 1 사용 예제들

공개 메소드들

메소드 설명
AssertEquals ( this unityVector3, UnEngine unVector3, string identifier = "" ) : void
DoesEqual ( this unityVector3, UnEngine unVector3 ) : bool

메소드 상세

AssertEquals() 공개 정적인 메소드

public static AssertEquals ( this unityVector3, UnEngine unVector3, string identifier = "" ) : void
unityVector3 this
unVector3 UnEngine
identifier string
리턴 void

DoesEqual() 공개 정적인 메소드

public static DoesEqual ( this unityVector3, UnEngine unVector3 ) : bool
unityVector3 this
unVector3 UnEngine
리턴 bool