C# Class Raycaster, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Afficher le fichier Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Méthodes publiques

Свойство Type Description
cameraMode bool
isLooking bool
isLookingAt string
target GameObject
targetHit bool

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

doRay() public méthode

public doRay ( ) : void
Résultat void

Property Details

cameraMode public_oe property

public bool cameraMode
Résultat bool

isLooking public_oe property

public bool isLooking
Résultat bool

isLookingAt public_oe property

public string isLookingAt
Résultat string

target public_oe property

public GameObject target
Résultat GameObject

targetHit public_oe property

public bool targetHit
Résultat bool