C# 클래스 CameraBuddy.Helpers

파일 보기 프로젝트 열기: coman3/EloBuddy.Addons

공개 메소드들

메소드 설명
AveragePosition ( this entitys ) : Vector3
MaxDistance ( this entitys, Vector3 basePos, GameObject &furthestEntity ) : float
OffsetTowardHero ( this pos, GameObject gameObject, float distance = 10 ) : Vector3

메소드 상세

AveragePosition() 공개 정적인 메소드

public static AveragePosition ( this entitys ) : Vector3
entitys this
리턴 Vector3

MaxDistance() 공개 정적인 메소드

public static MaxDistance ( this entitys, Vector3 basePos, GameObject &furthestEntity ) : float
entitys this
basePos Vector3
furthestEntity CameraBuddy.Game.GameObject
리턴 float

OffsetTowardHero() 공개 정적인 메소드

public static OffsetTowardHero ( this pos, GameObject gameObject, float distance = 10 ) : Vector3
pos this
gameObject CameraBuddy.Game.GameObject
distance float
리턴 Vector3