C# Class MultiPlayer.NewLOS

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 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_oe property

public Rigidbody,UnityEngine colliderBody
return UnityEngine.Rigidbody

detectedUnits public_oe property

public List detectedUnits
return List

lineOfSight public_oe property

public SphereCollider,UnityEngine lineOfSight
return UnityEngine.SphereCollider

parent public_oe property

public NewGameUnit,MultiPlayer parent
return NewGameUnit