Point
Last updated
Last updated
Points are components of a bone and they contain one or more representations. Representations are stored in a dictionary. Variables of this module are described bellow:
Reprs: Dictionary that contains references to each representation of the point. Most common keys are AvatarModel.key
("master") or PuppetModel.key
("slave") but extra representations are supported.
Bone: Bone of which this point is.
ReprModels are self-registered in the dictionaries of their respective PointModels during their Awake function.