C# Class EquipmentViewer, RPGQuest

Inheritance: MonoBehaviour
Mostra file Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
childName string[]
controlType bool[]
linkTo string[]
partID int

Public Methods

Method Description
AddLink ( ) : void
CheckEquipment ( ) : void
LateUpdate ( ) : void
RemoveLink ( int index ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
IsVisible ( ) : bool

Method Details

AddLink() public method

public AddLink ( ) : void
return void

CheckEquipment() public method

public CheckEquipment ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

RemoveLink() public method

public RemoveLink ( int index ) : void
index int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

childName public_oe property

public string[] childName
return string[]

controlType public_oe property

public bool[] controlType
return bool[]

linkTo public_oe property

public string[] linkTo
return string[]

partID public_oe property

public int partID
return int