C# 클래스 Fancy, CodeSpells

상속: MonoBehaviour
파일 보기 프로젝트 열기: srfoster/CodeSpells 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
current_behaviour MonoBehaviour
current_file_loc string
current_line_number int
current_object GameObject

공개 메소드들

메소드 설명
Clear ( ) : void
InstantiatePrefab ( GameObject prefab, Vector3 location, Quaternion rotation ) : GameObject
gizmoFor ( GameObject obj ) : void
setSelected ( GameObject obj ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

InstantiatePrefab() 공개 정적인 메소드

public static InstantiatePrefab ( GameObject prefab, Vector3 location, Quaternion rotation ) : GameObject
prefab GameObject
location Vector3
rotation Quaternion
리턴 GameObject

gizmoFor() 공개 정적인 메소드

public static gizmoFor ( GameObject obj ) : void
obj GameObject
리턴 void

setSelected() 공개 정적인 메소드

public static setSelected ( GameObject obj ) : void
obj GameObject
리턴 void

프로퍼티 상세

current_behaviour 공개적으로 정적으로 프로퍼티

public static MonoBehaviour current_behaviour
리턴 MonoBehaviour

current_file_loc 공개적으로 정적으로 프로퍼티

public static string current_file_loc
리턴 string

current_line_number 공개적으로 정적으로 프로퍼티

public static int current_line_number
리턴 int

current_object 공개적으로 정적으로 프로퍼티

public static GameObject current_object
리턴 GameObject