C# Class PrintAngle, TheUnseen

Inheritance: MonoBehaviour
Datei anzeigen Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
cs CreatureSight,
x int
y int

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

cs public_oe property

public CreatureSight, cs
return CreatureSight,

x public_oe property

public int x
return int

y public_oe property

public int y
return int