C# Class RA.Graphic_StuffBased

Inheritance: Graphic
Afficher le fichier Open project: RWA-Team/RimworldAscension

Méthodes publiques

Свойство Type Description
categorizedGraphics Graphic>.Dictionary
currentCategory string

Méthodes publiques

Méthode Description
DetermineGraphicType ( string textureNameEnding ) : Graphic
DrawWorker ( Vector3 loc, Rot4 rot, ThingDef thingDef, Thing thing ) : void
GetColoredVersion ( Shader newShader, Color newColor, Color newColorTwo ) : Graphic
GraphicClassSelector ( ) : Graphic
GraphicClassSelector ( Thing thing ) : Graphic
Init ( GraphicRequest req ) : void
MatSingleFor ( Thing thing ) : Material
ToString ( ) : string

Method Details

DetermineGraphicType() public méthode

public DetermineGraphicType ( string textureNameEnding ) : Graphic
textureNameEnding string
Résultat Graphic

DrawWorker() public méthode

public DrawWorker ( Vector3 loc, Rot4 rot, ThingDef thingDef, Thing thing ) : void
loc UnityEngine.Vector3
rot Rot4
thingDef ThingDef
thing Thing
Résultat void

GetColoredVersion() public méthode

public GetColoredVersion ( Shader newShader, Color newColor, Color newColorTwo ) : Graphic
newShader UnityEngine.Shader
newColor UnityEngine.Color
newColorTwo UnityEngine.Color
Résultat Graphic

GraphicClassSelector() public méthode

public GraphicClassSelector ( ) : Graphic
Résultat Graphic

GraphicClassSelector() public méthode

public GraphicClassSelector ( Thing thing ) : Graphic
thing Thing
Résultat Graphic

Init() public méthode

public Init ( GraphicRequest req ) : void
req GraphicRequest
Résultat void

MatSingleFor() public méthode

public MatSingleFor ( Thing thing ) : Material
thing Thing
Résultat UnityEngine.Material

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

categorizedGraphics public_oe property

public Dictionary categorizedGraphics
Résultat Graphic>.Dictionary

currentCategory public_oe property

public string currentCategory
Résultat string