C# Class UnityRose.Formats.ZSC

ZSC class.
Afficher le fichier Open project: osROSE/UnityRose Class Usage Examples

Méthodes publiques

Méthode Description
CollisionLevel ( int bit ) : CollisionLevelType

Gets the collisions level.

CollisionPick ( int bit ) : CollisionPickType

Gets the collisions pick.

Load ( string filePath ) : void

Loads the specified file. If resource is found, it is loaded as a Text asset. Otherwise, the function assumes this is an editor load and reads from disk

ZSC ( ) : System.Collections.Generic

Initializes a new instance of the ZSC class.

ZSC ( string filePath ) : System.Collections.Generic

Initializes a new instance of the ZSC class.

Private Methods

Méthode Description
Load ( ) : void

Loads the specified file.

Method Details

CollisionLevel() public static méthode

Gets the collisions level.
public static CollisionLevel ( int bit ) : CollisionLevelType
bit int The bit.
Résultat CollisionLevelType

CollisionPick() public static méthode

Gets the collisions pick.
public static CollisionPick ( int bit ) : CollisionPickType
bit int The bit.
Résultat CollisionPickType

Load() public méthode

Loads the specified file. If resource is found, it is loaded as a Text asset. Otherwise, the function assumes this is an editor load and reads from disk
public Load ( string filePath ) : void
filePath string The file path of the Text Asset resource (without extension) or file (with extension) to load
Résultat void

ZSC() public méthode

Initializes a new instance of the ZSC class.
public ZSC ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ZSC() public méthode

Initializes a new instance of the ZSC class.
public ZSC ( string filePath ) : System.Collections.Generic
filePath string The file path.
Résultat System.Collections.Generic