C# Class RaycastTest, codevoid

Inheritance: MonoBehaviour
Datei anzeigen Open project: Vulture7/codevoid Class Usage Examples

Public Properties

Property Type Description
AnnounceHit bool
LaserPointer bool
MakeObjectAtCollision bool
redmat Material

Public Methods

Method Description
Shoot ( Vector3 fwd ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Shoot() public method

public Shoot ( Vector3 fwd ) : void
fwd Vector3
return void

Property Details

AnnounceHit public_oe property

public bool AnnounceHit
return bool

LaserPointer public_oe property

public bool LaserPointer
return bool

MakeObjectAtCollision public_oe property

public bool MakeObjectAtCollision
return bool

redmat public_oe property

public Material redmat
return Material