C# Class Interaction, Lurk2015Testing

Inheritance: MonoBehaviour
Exibir arquivo Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Public Properties

Property Type Description
display GameObject
interaction TextAsset

Public Methods

Method Description
CycleKey ( ) : void
Interact ( GameObject player ) : bool
StartKey ( ) : void

Protected Methods

Method Description
End ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

CycleKey() public method

public CycleKey ( ) : void
return void

End() protected method

protected End ( ) : void
return void

Interact() public method

public Interact ( GameObject player ) : bool
player GameObject
return bool

StartKey() public method

public StartKey ( ) : void
return void

Property Details

display public_oe property

public GameObject display
return GameObject

interaction public_oe property

public TextAsset interaction
return TextAsset