C# 클래스 CreatureSwitchItemData, CreatureDemos

파일 보기 프로젝트 열기: kestrelm/CreatureDemos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
u_width float
uv Vector2

공개 메소드들

메소드 설명
CreatureSwitchItemData ( Vector2 pos_in, float width_in, float height_in, float canvas_width, float canvas_height ) : System

메소드 상세

CreatureSwitchItemData() 공개 메소드

public CreatureSwitchItemData ( Vector2 pos_in, float width_in, float height_in, float canvas_width, float canvas_height ) : System
pos_in Vector2
width_in float
height_in float
canvas_width float
canvas_height float
리턴 System

프로퍼티 상세

u_width 공개적으로 프로퍼티

public float u_width
리턴 float

uv 공개적으로 프로퍼티

public Vector2 uv
리턴 Vector2