C# 클래스 SwordModel

상속: MonoBehaviour
파일 보기 프로젝트 열기: marouen-lamiri/Second-Soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
heightInspector int
imageInspector UnityEngine.Texture2D
widthInspector int

공개 메소드들

메소드 설명
getHeight ( ) : int
getImage ( ) : Texture2D
getWidth ( ) : int

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

getHeight() 공개 정적인 메소드

public static getHeight ( ) : int
리턴 int

getImage() 공개 정적인 메소드

public static getImage ( ) : Texture2D
리턴 UnityEngine.Texture2D

getWidth() 공개 정적인 메소드

public static getWidth ( ) : int
리턴 int

프로퍼티 상세

heightInspector 공개적으로 프로퍼티

public int heightInspector
리턴 int

imageInspector 공개적으로 프로퍼티

public Texture2D,UnityEngine imageInspector
리턴 UnityEngine.Texture2D

widthInspector 공개적으로 프로퍼티

public int widthInspector
리턴 int