C# 클래스 GTAVBETrainerDotNet.Feature.Player.Prop

Prop features
파일 보기 프로젝트 열기: betenner/betrainer

공개 프로퍼티들

프로퍼티 타입 설명
ChosenDrawables int[]
ChosenTextures int[][]

공개 메소드들

메소드 설명
ClearProps ( MenuItem sender ) : void

Clear all props

GeneratePropCategoriesMenu ( MenuItem sender ) : void

Generates the prop categories menu

GeneratePropSelectorMenu ( MenuItem sender ) : void

Generates the prop selector menu

GeneratePropTextureSelectorMenu ( MenuItem sender ) : void

Generates the prop texture selector menu

GetCurrentPropSet ( ) : void

Gets the current prop drawables and textures

RandomProps ( MenuItem sender ) : void

Set skin to random drawable and texture

SetPropDrawable ( MenuItem sender ) : void

Set prop drawable

SetPropDrawableTexture ( MenuItem sender ) : void

Set prop drawable texture

비공개 메소드들

메소드 설명
Prop ( ) : System

Static constructor

메소드 상세

ClearProps() 공개 정적인 메소드

Clear all props
public static ClearProps ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

GeneratePropCategoriesMenu() 공개 정적인 메소드

Generates the prop categories menu
public static GeneratePropCategoriesMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

GeneratePropSelectorMenu() 공개 정적인 메소드

Generates the prop selector menu
public static GeneratePropSelectorMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

GeneratePropTextureSelectorMenu() 공개 정적인 메소드

Generates the prop texture selector menu
public static GeneratePropTextureSelectorMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

GetCurrentPropSet() 공개 정적인 메소드

Gets the current prop drawables and textures
public static GetCurrentPropSet ( ) : void
리턴 void

RandomProps() 공개 정적인 메소드

Set skin to random drawable and texture
public static RandomProps ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetPropDrawable() 공개 정적인 메소드

Set prop drawable
public static SetPropDrawable ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

SetPropDrawableTexture() 공개 정적인 메소드

Set prop drawable texture
public static SetPropDrawableTexture ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
리턴 void

프로퍼티 상세

ChosenDrawables 공개적으로 정적으로 프로퍼티

Chosen drawable index of each category
public static int[] ChosenDrawables
리턴 int[]

ChosenTextures 공개적으로 정적으로 프로퍼티

Chosen texture index of each drawable in each category
public static int[][] ChosenTextures
리턴 int[][]