C# Class Veauty.Patch.Reorder

Inheritance: IPatch
Afficher le fichier Open project: uzimaru0000/Veauty

Méthodes publiques

Свойство Type Description
endInserts Insert[]
inserts Insert[]
patches IPatch[]

Méthodes publiques

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

Method Details

GetGameObject() public méthode

public GetGameObject ( ) : GameObject
Résultat GameObject

Reorder() public méthode

public Reorder ( int index, Array patches, Array inserts, Array endInserts ) : UnityEngine
index int
patches Array
inserts Array
endInserts Array
Résultat UnityEngine

SetGameObject() public méthode

public SetGameObject ( ) : void
Résultat void

Property Details

endInserts public_oe property

public Insert[] endInserts
Résultat Insert[]

inserts public_oe property

public Insert[] inserts
Résultat Insert[]

patches public_oe property

public IPatch[] patches
Résultat IPatch[]