C# Class RaycastTest, codevoid

Inheritance: MonoBehaviour
Afficher le fichier Open project: Vulture7/codevoid Class Usage Examples

Méthodes publiques

Свойство Type Description
AnnounceHit bool
LaserPointer bool
MakeObjectAtCollision bool
redmat Material

Méthodes publiques

Méthode Description
Shoot ( Vector3 fwd ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Shoot() public méthode

public Shoot ( Vector3 fwd ) : void
fwd Vector3
Résultat void

Property Details

AnnounceHit public_oe property

public bool AnnounceHit
Résultat bool

LaserPointer public_oe property

public bool LaserPointer
Résultat bool

MakeObjectAtCollision public_oe property

public bool MakeObjectAtCollision
Résultat bool

redmat public_oe property

public Material redmat
Résultat Material