Adventure Creator  1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
AC.AttachmentPoint Class Reference

Public Member Functions

 AttachmentPoint (int id, string _label, Transform _transform)
 
 AttachmentPoint (int[] idArray)
 

Public Attributes

int ID
 
string label
 
Transform transform
 
GameObject heldObject
 

Detailed Description

A data container for an attachment point, i.e. a Transform on the character that can be used to hold objects.

Member Data Documentation

◆ ID

int AC.AttachmentPoint.ID

A unique identifier

◆ label

string AC.AttachmentPoint.label

A label to display in the Editor

◆ transform

Transform AC.AttachmentPoint.transform

The asociated transform