C# Class InvAttachmentPoint, Pharos

Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
slot InvBaseItem.Slot

Méthodes publiques

Méthode Description
Attach ( GameObject prefab ) : GameObject

Attach an instance of the specified game object.

Method Details

Attach() public méthode

Attach an instance of the specified game object.
public Attach ( GameObject prefab ) : GameObject
prefab GameObject
Résultat GameObject

Property Details

slot public_oe property

Item slot that this attachment point covers.
public InvBaseItem.Slot slot
Résultat InvBaseItem.Slot