C# 클래스 BallManager.ShootData, CatapultKing

파일 보기 프로젝트 열기: VirsixInc/CatapultKing

공개 프로퍼티들

프로퍼티 타입 설명
dest Vector3
start Vector2

공개 메소드들

메소드 설명
ShootData ( ) : System.Collections
ShootData ( Vector2 p_start, Vector3 p_dest ) : System.Collections

메소드 상세

ShootData() 공개 메소드

public ShootData ( ) : System.Collections
리턴 System.Collections

ShootData() 공개 메소드

public ShootData ( Vector2 p_start, Vector3 p_dest ) : System.Collections
p_start Vector2
p_dest Vector3
리턴 System.Collections

프로퍼티 상세

dest 공개적으로 프로퍼티

public Vector3 dest
리턴 Vector3

start 공개적으로 프로퍼티

public Vector2 start
리턴 Vector2