C# Class InvAttachmentPoint, Pharos

Inheritance: MonoBehaviour
Mostra file Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
slot InvBaseItem.Slot

Public Methods

Method Description
Attach ( GameObject prefab ) : GameObject

Attach an instance of the specified game object.

Method Details

Attach() public method

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

Property Details

slot public_oe property

Item slot that this attachment point covers.
public InvBaseItem.Slot slot
return InvBaseItem.Slot