Loading...
Searching...
No Matches
AdventureCore.CharacterAssociation Class Reference

Detailed Description

can be used to provide a ICharacterAssociator on a specific object to a character somewhere else in the scene

https://adventure.softleitner.com/manual/character

Inheritance diagram for AdventureCore.CharacterAssociation:
AdventureCore.ICharacterAssociator

Public Member Functions

virtual void SetCharacter (CharacterBase character)
 

Public Attributes

CharacterBase Character
 
bool SearchCharacter
 
UnityEvent< CharacterBaseCharacterFound
 

Properties

CharacterBase AssociatedCharacter [get]
 character that owns or is otherwise associted with the object
 
- Properties inherited from AdventureCore.ICharacterAssociator

Property Documentation

◆ AssociatedCharacter

CharacterBase AdventureCore.CharacterAssociation.AssociatedCharacter
get

character that owns or is otherwise associted with the object

Implements AdventureCore.ICharacterAssociator.