C# Class GTAVBETrainerDotNet.Feature.Player.Skin

Skin features
Afficher le fichier Open project: betenner/betrainer

Méthodes publiques

Свойство Type Description
ChosenDrawables int[]
ChosenTextures int[][]

Méthodes publiques

Méthode Description
GenerateSkinCategoriesMenu ( MenuItem sender ) : void

Generates the skin categories menu

GenerateSkinDrawableSelectorMenu ( MenuItem sender ) : void

Generates the skin drawable selector menu

GenerateSkinTextureSelectorMenu ( MenuItem sender ) : void

Generates the skin texture selector menu

GetCurrentSkinSet ( ) : void

Gets the current skin drawables and textures

RandomSkin ( MenuItem sender ) : void

Set skin to random drawable and texture

SetSkinDrawable ( MenuItem sender ) : void

Set skin drawable

SetSkinDrawableTexture ( MenuItem sender ) : void

Set skin drawable texture

Private Methods

Méthode Description
Skin ( ) : System

Static constructor

Method Details

GenerateSkinCategoriesMenu() public static méthode

Generates the skin categories menu
public static GenerateSkinCategoriesMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

GenerateSkinDrawableSelectorMenu() public static méthode

Generates the skin drawable selector menu
public static GenerateSkinDrawableSelectorMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

GenerateSkinTextureSelectorMenu() public static méthode

Generates the skin texture selector menu
public static GenerateSkinTextureSelectorMenu ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

GetCurrentSkinSet() public static méthode

Gets the current skin drawables and textures
public static GetCurrentSkinSet ( ) : void
Résultat void

RandomSkin() public static méthode

Set skin to random drawable and texture
public static RandomSkin ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetSkinDrawable() public static méthode

Set skin drawable
public static SetSkinDrawable ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

SetSkinDrawableTexture() public static méthode

Set skin drawable texture
public static SetSkinDrawableTexture ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
Résultat void

Property Details

ChosenDrawables public_oe static_oe property

Chosen drawable index of each category
public static int[] ChosenDrawables
Résultat int[]

ChosenTextures public_oe static_oe property

Chosen texture index of each drawable in each category
public static int[][] ChosenTextures
Résultat int[][]