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

Inheritance: MonoBehaviour
Datei anzeigen Open project: nbzeman/MIN-394-Fall-2015

Public Properties

Property Type Description
myAnim Animator
myCam Camera
myGO GameObject
myLight Light
myMat Material
myRenderer Renderer
myVec3 Vector3
myXform Transform
myfloat float
myint int

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

myAnim public_oe property

public Animator myAnim
return Animator

myCam public_oe property

public Camera myCam
return Camera

myGO public_oe property

public GameObject myGO
return GameObject

myLight public_oe property

public Light myLight
return Light

myMat public_oe property

public Material myMat
return Material

myRenderer public_oe property

public Renderer myRenderer
return Renderer

myVec3 public_oe property

public Vector3 myVec3
return Vector3

myXform public_oe property

public Transform myXform
return Transform

myfloat public_oe property

public float myfloat
return float

myint public_oe property

public int myint
return int