C# Class CreaturePackAsset, CreatureDemos

Inheritance: MonoBehaviour
Afficher le fichier Open project: kestrelm/CreatureDemos Class Usage Examples

Méthodes publiques

Свойство Type Description
creaturePackBytes UnityEngine.TextAsset

Méthodes publiques

Méthode Description
CreaturePackAsset ( ) : System
GetCreaturePackLoader ( ) : CreaturePackLoader
GetIsDirty ( ) : bool
HasNoValidAsset ( ) : bool
ResetState ( ) : void
SetIsDirty ( bool flagIn ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CreateCreaturePackAsset ( ) : CreaturePackAsset,

Method Details

CreaturePackAsset() public méthode

public CreaturePackAsset ( ) : System
Résultat System

GetCreaturePackLoader() public méthode

public GetCreaturePackLoader ( ) : CreaturePackLoader
Résultat CreaturePackLoader

GetIsDirty() public méthode

public GetIsDirty ( ) : bool
Résultat bool

HasNoValidAsset() public méthode

public HasNoValidAsset ( ) : bool
Résultat bool

ResetState() public méthode

public ResetState ( ) : void
Résultat void

SetIsDirty() public méthode

public SetIsDirty ( bool flagIn ) : void
flagIn bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

creaturePackBytes public_oe property

public TextAsset,UnityEngine creaturePackBytes
Résultat UnityEngine.TextAsset