C# 클래스 InvAttachmentPoint, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
slot InvBaseItem.Slot

공개 메소드들

메소드 설명
Attach ( GameObject prefab ) : GameObject

Attach an instance of the specified game object.

메소드 상세

Attach() 공개 메소드

Attach an instance of the specified game object.
public Attach ( GameObject prefab ) : GameObject
prefab GameObject
리턴 GameObject

프로퍼티 상세

slot 공개적으로 프로퍼티

Item slot that this attachment point covers.
public InvBaseItem.Slot slot
리턴 InvBaseItem.Slot