C# Class MultiPlayer.NewLOS

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: tommai78101/Multiplier Class Usage Examples

Public Properties

Property Type Description
colliderBody UnityEngine.Rigidbody
detectedUnits List
lineOfSight UnityEngine.SphereCollider
parent NewGameUnit

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other UnityEngine.Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

colliderBody public property

public Rigidbody,UnityEngine colliderBody
return UnityEngine.Rigidbody

detectedUnits public property

public List detectedUnits
return List

lineOfSight public property

public SphereCollider,UnityEngine lineOfSight
return UnityEngine.SphereCollider

parent public property

public NewGameUnit,MultiPlayer parent
return NewGameUnit