C# 클래스 Veauty.Patch.Reorder

상속: IPatch
파일 보기 프로젝트 열기: uzimaru0000/Veauty

공개 프로퍼티들

프로퍼티 타입 설명
endInserts Insert[]
inserts Insert[]
patches IPatch[]

공개 메소드들

메소드 설명
GetGameObject ( ) : GameObject
Reorder ( int index, Array patches, Array inserts, Array endInserts ) : UnityEngine
SetGameObject ( ) : void

메소드 상세

GetGameObject() 공개 메소드

public GetGameObject ( ) : GameObject
리턴 GameObject

Reorder() 공개 메소드

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

SetGameObject() 공개 메소드

public SetGameObject ( ) : void
리턴 void

프로퍼티 상세

endInserts 공개적으로 프로퍼티

public Insert[] endInserts
리턴 Insert[]

inserts 공개적으로 프로퍼티

public Insert[] inserts
리턴 Insert[]

patches 공개적으로 프로퍼티

public IPatch[] patches
리턴 IPatch[]