C# 클래스 Slicer.PendingSlice, CatapultKing

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

공개 프로퍼티들

프로퍼티 타입 설명
point Vector3
target ISliceable

공개 메소드들

메소드 설명
PendingSlice ( Vector3 _point, ISliceable _target ) : System.Collections.Generic

메소드 상세

PendingSlice() 공개 메소드

public PendingSlice ( Vector3 _point, ISliceable _target ) : System.Collections.Generic
_point Vector3
_target ISliceable
리턴 System.Collections.Generic

프로퍼티 상세

point 공개적으로 프로퍼티

public Vector3 point
리턴 Vector3

target 공개적으로 프로퍼티

public ISliceable target
리턴 ISliceable