C# Class RA.Designator_PutInSlot

Inheritance: Designator
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
slotsComp CompSlots
texPutInArrow UnityEngine.Texture2D

Public Methods

Method 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

Protected Methods

Method Description
FinalizeDesignationSucceeded ( ) : void

Method Details

CanDesignateCell() public method

public CanDesignateCell ( IntVec3 cell ) : AcceptanceReport
cell IntVec3
return AcceptanceReport

CanDesignateThing() public method

public CanDesignateThing ( Thing thing ) : AcceptanceReport
thing Thing
return AcceptanceReport

DesignateSingleCell() public method

public DesignateSingleCell ( IntVec3 cell ) : void
cell IntVec3
return void

DesignateThing() public method

public DesignateThing ( Thing thing ) : void
thing Thing
return void

Designator_PutInSlot() public method

public Designator_PutInSlot ( ) : System.Collections.Generic
return System.Collections.Generic

DrawDesignator() public method

public DrawDesignator ( Rect rect ) : GizmoResult
rect UnityEngine.Rect
return GizmoResult

DrawSlots() public method

public DrawSlots ( Rect inventoryRect ) : void
inventoryRect UnityEngine.Rect
return void

FinalizeDesignationSucceeded() protected method

protected FinalizeDesignationSucceeded ( ) : void
return void

GizmoOnGUI() public method

public GizmoOnGUI ( Vector2 topLeft ) : GizmoResult
topLeft UnityEngine.Vector2
return GizmoResult

GroupsWith() public method

public GroupsWith ( Gizmo other ) : bool
other Gizmo
return bool

SelectedUpdate() public method

public SelectedUpdate ( ) : void
return void

Property Details

slotsComp public_oe property

public CompSlots,RA slotsComp
return CompSlots

texPutInArrow public_oe static_oe property

public static Texture2D,UnityEngine texPutInArrow
return UnityEngine.Texture2D