C# Class MuralPuzzleSwitchImage

Inheritance: MonoBehaviour
Afficher le fichier Open project: jsngai/deepsquid

Méthodes publiques

Свойство Type Description
frameIndex int
frames Texture[]

Méthodes publiques

Méthode Description
ChangeToInked ( int newInd ) : void
Start ( ) : void

Method Details

ChangeToInked() public méthode

public ChangeToInked ( int newInd ) : void
newInd int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

frameIndex public_oe property

public int frameIndex
Résultat int

frames public_oe property

public Texture[] frames
Résultat Texture[]