C# 클래스 fBaseXtensions.Navigation.Gridpoint.DirectionPoint

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

공개 프로퍼티들

프로퍼티 타입 설명
Center GridPoint
DirectionDegrees float
EndingPoint GridPoint
Range float
StartingPoint GridPoint

공개 메소드들

메소드 설명
DirectionPoint ( Vector3 start, float directiondegrees, float MaxRange = 25f ) : Zeta.Common
UpdateRange ( Vector3 start ) : void

비공개 메소드들

메소드 설명
update_ ( Vector3 startV3 ) : void

메소드 상세

DirectionPoint() 공개 메소드

public DirectionPoint ( Vector3 start, float directiondegrees, float MaxRange = 25f ) : Zeta.Common
start Vector3
directiondegrees float
MaxRange float
리턴 Zeta.Common

UpdateRange() 공개 메소드

public UpdateRange ( Vector3 start ) : void
start Vector3
리턴 void

프로퍼티 상세

Center 공개적으로 프로퍼티

public GridPoint Center
리턴 GridPoint

DirectionDegrees 공개적으로 프로퍼티

public float DirectionDegrees
리턴 float

EndingPoint 공개적으로 프로퍼티

public GridPoint EndingPoint
리턴 GridPoint

Range 공개적으로 프로퍼티

public float Range
리턴 float

StartingPoint 공개적으로 프로퍼티

public GridPoint StartingPoint
리턴 GridPoint