C# 클래스 Z_MyScript, MIN-394-Fall-2015

상속: MonoBehaviour
파일 보기 프로젝트 열기: nbzeman/MIN-394-Fall-2015

공개 프로퍼티들

프로퍼티 타입 설명
myAnim Animator
myCam Camera
myGO GameObject
myLight Light
myMat Material
myRenderer Renderer
myVec3 Vector3
myXform Transform
myfloat float
myint int

공개 메소드들

메소드 설명
Awake ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

myAnim 공개적으로 프로퍼티

public Animator myAnim
리턴 Animator

myCam 공개적으로 프로퍼티

public Camera myCam
리턴 Camera

myGO 공개적으로 프로퍼티

public GameObject myGO
리턴 GameObject

myLight 공개적으로 프로퍼티

public Light myLight
리턴 Light

myMat 공개적으로 프로퍼티

public Material myMat
리턴 Material

myRenderer 공개적으로 프로퍼티

public Renderer myRenderer
리턴 Renderer

myVec3 공개적으로 프로퍼티

public Vector3 myVec3
리턴 Vector3

myXform 공개적으로 프로퍼티

public Transform myXform
리턴 Transform

myfloat 공개적으로 프로퍼티

public float myfloat
리턴 float

myint 공개적으로 프로퍼티

public int myint
리턴 int