C# Class MuralPuzzleSwitchImage

Inheritance: MonoBehaviour
显示文件 Open project: jsngai/deepsquid

Public Properties

Property Type Description
frameIndex int
frames Texture[]

Public Methods

Method Description
ChangeToInked ( int newInd ) : void
Start ( ) : void

Method Details

ChangeToInked() public method

public ChangeToInked ( int newInd ) : void
newInd int
return void

Start() public method

public Start ( ) : void
return void

Property Details

frameIndex public_oe property

public int frameIndex
return int

frames public_oe property

public Texture[] frames
return Texture[]