C# 클래스 TargetRaycast, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
active bool
distance float
ignoreUser bool
layerMask int
mouseTouch MouseTouchControl,
offset Vector3
pathToChild string
pathToTarget string
rayDirection Vector3
rayOrigin TargetRayOrigin
targetOffset Vector3

공개 메소드들

메소드 설명
GetAIPoint ( GameObject user, GameObject target ) : Vector3
GetData ( Hashtable ht ) : Hashtable
GetRayPoint ( GameObject user, Vector3 target ) : Vector3
NeedInteraction ( ) : bool
ScreenRayPoint ( Vector3 point ) : Vector3
SetData ( Hashtable ht ) : void
TargetRaycast ( ) : System.Collections
Tick ( ActiveBattleMenu, menu, GameObject user ) : void

메소드 상세

GetAIPoint() 공개 메소드

public GetAIPoint ( GameObject user, GameObject target ) : Vector3
user GameObject
target GameObject
리턴 Vector3

GetData() 공개 메소드

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
리턴 Hashtable

GetRayPoint() 공개 메소드

public GetRayPoint ( GameObject user, Vector3 target ) : Vector3
user GameObject
target Vector3
리턴 Vector3

NeedInteraction() 공개 메소드

public NeedInteraction ( ) : bool
리턴 bool

ScreenRayPoint() 공개 메소드

public ScreenRayPoint ( Vector3 point ) : Vector3
point Vector3
리턴 Vector3

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

TargetRaycast() 공개 메소드

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

Tick() 공개 메소드

public Tick ( ActiveBattleMenu, menu, GameObject user ) : void
menu ActiveBattleMenu,
user GameObject
리턴 void

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

distance 공개적으로 프로퍼티

public float distance
리턴 float

ignoreUser 공개적으로 프로퍼티

public bool ignoreUser
리턴 bool

layerMask 공개적으로 프로퍼티

public int layerMask
리턴 int

mouseTouch 공개적으로 프로퍼티

public MouseTouchControl, mouseTouch
리턴 MouseTouchControl,

offset 공개적으로 프로퍼티

public Vector3 offset
리턴 Vector3

pathToChild 공개적으로 프로퍼티

public string pathToChild
리턴 string

pathToTarget 공개적으로 프로퍼티

public string pathToTarget
리턴 string

rayDirection 공개적으로 프로퍼티

public Vector3 rayDirection
리턴 Vector3

rayOrigin 공개적으로 프로퍼티

public TargetRayOrigin rayOrigin
리턴 TargetRayOrigin

targetOffset 공개적으로 프로퍼티

public Vector3 targetOffset
리턴 Vector3