C# Class CharacterClass

Inheritance: MonoBehaviour
Datei anzeigen Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
characterName string

Public Methods

Method Description
GetPeople ( ) : void
GetSprites ( string name ) : string[]

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
initCharacterList ( ) : void

Method Details

GetPeople() public method

public GetPeople ( ) : void
return void

GetSprites() public method

public GetSprites ( string name ) : string[]
name string
return string[]

Property Details

characterName public_oe property

public string characterName
return string