C# 클래스 ExBuddy.OrderBotTags.Fish.FishSpot

상속: IFishSpot
파일 보기 프로젝트 열기: MGramolini/ExBuddy

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FishSpot ( ) : System.ComponentModel
FishSpot ( Vector3 xyz, float heading ) : System.ComponentModel
FishSpot ( string xyz, float heading ) : System.ComponentModel
MoveFromLocation ( ExFishTag tag ) : Task
MoveToLocation ( ExFishTag tag ) : Task
ToString ( ) : string

메소드 상세

FishSpot() 공개 메소드

public FishSpot ( ) : System.ComponentModel
리턴 System.ComponentModel

FishSpot() 공개 메소드

public FishSpot ( Vector3 xyz, float heading ) : System.ComponentModel
xyz Vector3
heading float
리턴 System.ComponentModel

FishSpot() 공개 메소드

public FishSpot ( string xyz, float heading ) : System.ComponentModel
xyz string
heading float
리턴 System.ComponentModel

MoveFromLocation() 공개 메소드

public MoveFromLocation ( ExFishTag tag ) : Task
tag ExFishTag
리턴 Task

MoveToLocation() 공개 메소드

public MoveToLocation ( ExFishTag tag ) : Task
tag ExFishTag
리턴 Task

ToString() 공개 메소드

public ToString ( ) : string
리턴 string