Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.CharacterReference Class Reference

A character reference can be attached to any object to provide an easy way to access the related character without needing to check for parents. More...

Inheritance diagram for PlatformerPro.CharacterReference:
PlatformerPro.ICharacterReference

Protected Member Functions

virtual void Init ()
 Init this instance. More...
 

Protected Attributes

Character character
 The cached character reference. More...
 

Properties

Character Character [get, set]
 Gets the character reference. More...
 
- Properties inherited from PlatformerPro.ICharacterReference
Character Character [get, set]
 Get the character. More...
 

Detailed Description

A character reference can be attached to any object to provide an easy way to access the related character without needing to check for parents.

Member Function Documentation

◆ Init()

virtual void PlatformerPro.CharacterReference.Init ( )
protectedvirtual

Init this instance.

Member Data Documentation

◆ character

Character PlatformerPro.CharacterReference.character
protected

The cached character reference.

Property Documentation

◆ Character

Character PlatformerPro.CharacterReference.Character
getset

Gets the character reference.

The character.


The documentation for this class was generated from the following file: