C# Class RaycastTest, codevoid

Inheritance: MonoBehaviour
Show file 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 property

public bool AnnounceHit
return bool

LaserPointer public property

public bool LaserPointer
return bool

MakeObjectAtCollision public property

public bool MakeObjectAtCollision
return bool

redmat public property

public Material redmat
return Material