C# Class Veauty.Patch.Reorder

Inheritance: IPatch
Datei anzeigen Open project: uzimaru0000/Veauty

Public Properties

Property Type Description
endInserts Insert[]
inserts Insert[]
patches IPatch[]

Public Methods

Method Description
GetGameObject ( ) : GameObject
Reorder ( int index, Array patches, Array inserts, Array endInserts ) : UnityEngine
SetGameObject ( ) : void

Method Details

GetGameObject() public method

public GetGameObject ( ) : GameObject
return GameObject

Reorder() public method

public Reorder ( int index, Array patches, Array inserts, Array endInserts ) : UnityEngine
index int
patches Array
inserts Array
endInserts Array
return UnityEngine

SetGameObject() public method

public SetGameObject ( ) : void
return void

Property Details

endInserts public_oe property

public Insert[] endInserts
return Insert[]

inserts public_oe property

public Insert[] inserts
return Insert[]

patches public_oe property

public IPatch[] patches
return IPatch[]