C# Class RA.Designator_PutInSlot

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

Méthodes publiques

Свойство Type Description
slotsComp CompSlots
texPutInArrow UnityEngine.Texture2D

Méthodes publiques

Méthode Description
CanDesignateCell ( IntVec3 cell ) : AcceptanceReport
CanDesignateThing ( Thing thing ) : AcceptanceReport
DesignateSingleCell ( IntVec3 cell ) : void
DesignateThing ( Thing thing ) : void
Designator_PutInSlot ( ) : System.Collections.Generic
DrawDesignator ( Rect rect ) : GizmoResult
DrawSlots ( Rect inventoryRect ) : void
GizmoOnGUI ( Vector2 topLeft ) : GizmoResult
GroupsWith ( Gizmo other ) : bool
SelectedUpdate ( ) : void

Méthodes protégées

Méthode Description
FinalizeDesignationSucceeded ( ) : void

Method Details

CanDesignateCell() public méthode

public CanDesignateCell ( IntVec3 cell ) : AcceptanceReport
cell IntVec3
Résultat AcceptanceReport

CanDesignateThing() public méthode

public CanDesignateThing ( Thing thing ) : AcceptanceReport
thing Thing
Résultat AcceptanceReport

DesignateSingleCell() public méthode

public DesignateSingleCell ( IntVec3 cell ) : void
cell IntVec3
Résultat void

DesignateThing() public méthode

public DesignateThing ( Thing thing ) : void
thing Thing
Résultat void

Designator_PutInSlot() public méthode

public Designator_PutInSlot ( ) : System.Collections.Generic
Résultat System.Collections.Generic

DrawDesignator() public méthode

public DrawDesignator ( Rect rect ) : GizmoResult
rect UnityEngine.Rect
Résultat GizmoResult

DrawSlots() public méthode

public DrawSlots ( Rect inventoryRect ) : void
inventoryRect UnityEngine.Rect
Résultat void

FinalizeDesignationSucceeded() protected méthode

protected FinalizeDesignationSucceeded ( ) : void
Résultat void

GizmoOnGUI() public méthode

public GizmoOnGUI ( Vector2 topLeft ) : GizmoResult
topLeft UnityEngine.Vector2
Résultat GizmoResult

GroupsWith() public méthode

public GroupsWith ( Gizmo other ) : bool
other Gizmo
Résultat bool

SelectedUpdate() public méthode

public SelectedUpdate ( ) : void
Résultat void

Property Details

slotsComp public_oe property

public CompSlots,RA slotsComp
Résultat CompSlots

texPutInArrow public_oe static_oe property

public static Texture2D,UnityEngine texPutInArrow
Résultat UnityEngine.Texture2D