C# 클래스 ShaderCompiler.Core.Vector2

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

공개 프로퍼티들

프로퍼티 타입 설명
x double

공개 메소드들

메소드 설명
Vector2 ( ) : System
Vector2 ( double x, double y ) : System
operator ( ) : Vector2
this ( int i ) : double

비공개 메소드들

메소드 설명
Output ( CompilerOutputs output ) : string

메소드 상세

Vector2() 공개 메소드

public Vector2 ( ) : System
리턴 System

Vector2() 공개 메소드

public Vector2 ( double x, double y ) : System
x double
y double
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Vector2
리턴 Vector2

this() 공개 메소드

public this ( int i ) : double
i int
리턴 double

프로퍼티 상세

x 공개적으로 프로퍼티

public double x
리턴 double