C# Class PlayerInputController, Heavy-Insertion

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rabenvald/Heavy-Insertion Class Usage Examples

Méthodes publiques

Свойство Type Description
TargetPosition Vector3
TargetTransfrom Transform
driving bool
hit RaycastHit
ray Ray

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

TargetPosition public_oe property

public Vector3 TargetPosition
Résultat Vector3

TargetTransfrom public_oe property

public Transform TargetTransfrom
Résultat Transform

driving public_oe property

public bool driving
Résultat bool

hit public_oe property

public RaycastHit hit
Résultat RaycastHit

ray public_oe property

public Ray ray
Résultat Ray