C# Class ViewSystem, DefendAman

Inheritance: MonoBehaviour
Show file Open project: CarsonRoscoe/DefendAman Class Usage Examples

Public Properties

Property Type Description
mesh Mesh
player GameObject

Private Methods

Method Description
FixedUpdate ( ) : void
LineCastColl ( Vector2 thisPos, Vector2 endPos ) : Vector2
Start ( ) : void
buildMesh ( ) : Mesh
buildPointsAndMesh ( ) : void
drawView ( ) : void
realAngle ( ) : float

Property Details

mesh public property

public Mesh mesh
return Mesh

player public property

public GameObject player
return GameObject