C# 클래스 Gears.Cloud.Collisions.CHitShape

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

공개 프로퍼티들

프로퍼티 타입 설명
position Vector2

보호된 프로퍼티들

프로퍼티 타입 설명
_shape shapeType

공개 메소드들

메소드 설명
contains ( CHitShape otherShape ) : bool
transform ( int scale, Vector2 distance ) : void

보호된 메소드들

메소드 설명
CHitShape ( shapeType shape, Vector2 position ) : System
_scale ( int percentage ) : void
_translate ( Vector2 distance ) : void

메소드 상세

CHitShape() 보호된 메소드

protected CHitShape ( shapeType shape, Vector2 position ) : System
shape shapeType
position Vector2
리턴 System

_scale() 보호된 추상적인 메소드

protected abstract _scale ( int percentage ) : void
percentage int
리턴 void

_translate() 보호된 메소드

protected _translate ( Vector2 distance ) : void
distance Vector2
리턴 void

contains() 공개 추상적인 메소드

public abstract contains ( CHitShape otherShape ) : bool
otherShape CHitShape
리턴 bool

transform() 공개 메소드

public transform ( int scale, Vector2 distance ) : void
scale int
distance Vector2
리턴 void

프로퍼티 상세

_shape 보호되어 있는 프로퍼티

protected shapeType _shape
리턴 shapeType

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2