C# Class TargetMover, Magic-N-stuff

Inheritance: MonoBehaviour
Afficher le fichier Open project: MemphisGameDevelopers/Magic-N-stuff Class Usage Examples

Méthodes publiques

Свойство Type Description
mask LayerMask
onlyOnDoubleClick bool
target Transform

Méthodes publiques

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

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateTargetPosition() public méthode

public UpdateTargetPosition ( ) : void
Résultat void

Property Details

mask public_oe property

public LayerMask mask
Résultat LayerMask

onlyOnDoubleClick public_oe property

public bool onlyOnDoubleClick
Résultat bool

target public_oe property

public Transform target
Résultat Transform