C# Class Z_MyScript, MIN-394-Fall-2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: nbzeman/MIN-394-Fall-2015

Méthodes publiques

Свойство Type Description
myAnim Animator
myCam Camera
myGO GameObject
myLight Light
myMat Material
myRenderer Renderer
myVec3 Vector3
myXform Transform
myfloat float
myint int

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : 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

myAnim public_oe property

public Animator myAnim
Résultat Animator

myCam public_oe property

public Camera myCam
Résultat Camera

myGO public_oe property

public GameObject myGO
Résultat GameObject

myLight public_oe property

public Light myLight
Résultat Light

myMat public_oe property

public Material myMat
Résultat Material

myRenderer public_oe property

public Renderer myRenderer
Résultat Renderer

myVec3 public_oe property

public Vector3 myVec3
Résultat Vector3

myXform public_oe property

public Transform myXform
Résultat Transform

myfloat public_oe property

public float myfloat
Résultat float

myint public_oe property

public int myint
Résultat int