C# Class CodeScrollItem, CodeSpells

Inheritance: DraggableItem
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
file_name string

Méthodes publiques

Méthode Description
DroppedOn ( GameObject target ) : void
DroppedOnInventory ( Vector3 mousePosition ) : void
IsCompilable ( ) : bool
SetCompilable ( ) : void
absorbSpell ( GameObject target ) : void
castSpell ( GameObject target ) : void
getIDEInput ( ) : IDEInput,
getSpellName ( ) : string
getTexture ( ) : Texture2D
setCurrentFile ( string file_name ) : void

Méthodes protégées

Méthode Description
Drag ( ) : void

Private Methods

Méthode Description
isEmpty ( ) : bool

Method Details

Drag() protected méthode

protected Drag ( ) : void
Résultat void

DroppedOn() public méthode

public DroppedOn ( GameObject target ) : void
target GameObject
Résultat void

DroppedOnInventory() public méthode

public DroppedOnInventory ( Vector3 mousePosition ) : void
mousePosition Vector3
Résultat void

IsCompilable() public méthode

public IsCompilable ( ) : bool
Résultat bool

SetCompilable() public méthode

public SetCompilable ( ) : void
Résultat void

absorbSpell() public méthode

public absorbSpell ( GameObject target ) : void
target GameObject
Résultat void

castSpell() public méthode

public castSpell ( GameObject target ) : void
target GameObject
Résultat void

getIDEInput() public méthode

public getIDEInput ( ) : IDEInput,
Résultat IDEInput,

getSpellName() public méthode

public getSpellName ( ) : string
Résultat string

getTexture() public méthode

public getTexture ( ) : Texture2D
Résultat UnityEngine.Texture2D

setCurrentFile() public méthode

public setCurrentFile ( string file_name ) : void
file_name string
Résultat void

Property Details

file_name public_oe property

public string file_name
Résultat string