C# Class OwnerEvent, HomeAlone

Inheritance: MonoBehaviour
ファイルを表示 Open project: SNUGDC/HomeAlone

Public Properties

Property Type Description
Image1 GameObject

Public Methods

Method Description
ImageChange ( int n ) : void
OwnerImage ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ImageChange() public method

public ImageChange ( int n ) : void
n int
return void

OwnerImage() public method

public OwnerImage ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Image1 public_oe property

public GameObject Image1
return GameObject