![]() |
Adventure Creator
1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Public Member Functions | |
AttachmentPoint (int id, string _label, Transform _transform) | |
AttachmentPoint (int[] idArray) | |
Public Attributes | |
int | ID |
string | label |
Transform | transform |
GameObject | heldObject |
A data container for an attachment point, i.e. a Transform on the character that can be used to hold objects.
int AC.AttachmentPoint.ID |
A unique identifier
string AC.AttachmentPoint.label |
A label to display in the Editor
Transform AC.AttachmentPoint.transform |
The asociated transform