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

Characters that can be loaded. More...

Public Attributes

string characterId
 Unique id for the character. More...
 
GameObject characterPrefab
 The character prefab used to create the character. More...
 
Character characterInScene
 If the character is already in the scene you can link here. This is not the preferred method but makes it easier to work with some other assets without writing code. More...
 
Sprite characterProfileImage
 Optional sprite used to show who character is both in game and in inspector . More...
 

Detailed Description

Characters that can be loaded.

Member Data Documentation

◆ characterId

string PlatformerPro.AvailableCharacterData.characterId

Unique id for the character.

◆ characterInScene

Character PlatformerPro.AvailableCharacterData.characterInScene

If the character is already in the scene you can link here. This is not the preferred method but makes it easier to work with some other assets without writing code.

◆ characterPrefab

GameObject PlatformerPro.AvailableCharacterData.characterPrefab

The character prefab used to create the character.

◆ characterProfileImage

Sprite PlatformerPro.AvailableCharacterData.characterProfileImage

Optional sprite used to show who character is both in game and in inspector .


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