C# 클래스 SFML.Graphics.Glsl.Bvec2

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X bool
Y bool

공개 메소드들

메소드 설명
Bvec2 ( bool x, bool y ) : System.Runtime.InteropServices

Construct the Bvec2 from its coordinates

메소드 상세

Bvec2() 공개 메소드

Construct the Bvec2 from its coordinates
public Bvec2 ( bool x, bool y ) : System.Runtime.InteropServices
x bool X coordinate
y bool Y coordinate
리턴 System.Runtime.InteropServices

프로퍼티 상세

X 공개적으로 프로퍼티

Horizontal component of the vector
public bool X
리턴 bool

Y 공개적으로 프로퍼티

Vertical component of the vector
public bool Y
리턴 bool