C# Class KeyGenerator, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Afficher le fichier Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Méthodes publiques

Свойство Type Description
fixedPositions Vector3[]
key GameObject
keyCount int
randomLocations Vector3[]

Méthodes publiques

Méthode Description
Awake ( ) : void
generateKey ( ) : GameObject

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

generateKey() public méthode

public generateKey ( ) : GameObject
Résultat GameObject

Property Details

fixedPositions public_oe property

public Vector3[] fixedPositions
Résultat Vector3[]

key public_oe property

public GameObject key
Résultat GameObject

keyCount public_oe property

public int keyCount
Résultat int

randomLocations public_oe property

public Vector3[] randomLocations
Résultat Vector3[]