C# Class InteractPlayer, Unity_tools

Inheritance: MonoBehaviour
Datei anzeigen Open project: kennyist/Unity_tools Class Usage Examples

Public Properties

Property Type Description
castDistance float
layerMask LayerMask
rayStartLocation Transform

Public Methods

Method Description
Change ( bool b, GameObject g ) : void
Update ( ) : void

Method Details

Change() public method

public Change ( bool b, GameObject g ) : void
b bool
g GameObject
return void

Update() public method

public Update ( ) : void
return void

Property Details

castDistance public_oe property

public float castDistance
return float

layerMask public_oe property

public LayerMask layerMask
return LayerMask

rayStartLocation public_oe property

public Transform rayStartLocation
return Transform