C# 클래스 CreatureSwitchItemRenderer, CreatureDemos

상속: MonoBehaviour
파일 보기 프로젝트 열기: kestrelm/CreatureDemos

공개 프로퍼티들

프로퍼티 타입 설명
creature_renderer CreatureRenderer,
switch_item_packets List
switch_items CreatureSwitchItemData>.Dictionary
switch_region String

공개 메소드들

메소드 설명
AddSwitchItem ( string name_in, Vector2 pos_in, float width_in, float height_in, float canvas_width, float canvas_height ) : void
Awake ( ) : void
CreateRenderingData ( ) : void
CreatureSwitchItemRenderer ( ) : System
InitData ( ) : void
InitSwitchPackets ( ) : void
LateUpdate ( ) : void
Reset ( ) : void
SetTargetSwitchItem ( string name_in ) : void
Start ( ) : void
UpdateRenderingData ( ) : void

비공개 메소드들

메소드 설명
CreateRenderer ( ) : CreatureSwitchItemRenderer,
createMesh ( ) : Mesh
doSwapMesh ( ) : void

메소드 상세

AddSwitchItem() 공개 메소드

public AddSwitchItem ( string name_in, Vector2 pos_in, float width_in, float height_in, float canvas_width, float canvas_height ) : void
name_in string
pos_in Vector2
width_in float
height_in float
canvas_width float
canvas_height float
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

CreateRenderingData() 공개 메소드

public CreateRenderingData ( ) : void
리턴 void

CreatureSwitchItemRenderer() 공개 메소드

public CreatureSwitchItemRenderer ( ) : System
리턴 System

InitData() 공개 메소드

public InitData ( ) : void
리턴 void

InitSwitchPackets() 공개 메소드

public InitSwitchPackets ( ) : void
리턴 void

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetTargetSwitchItem() 공개 메소드

public SetTargetSwitchItem ( string name_in ) : void
name_in string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateRenderingData() 공개 메소드

public UpdateRenderingData ( ) : void
리턴 void

프로퍼티 상세

creature_renderer 공개적으로 프로퍼티

public CreatureRenderer, creature_renderer
리턴 CreatureRenderer,

switch_item_packets 공개적으로 프로퍼티

public List switch_item_packets
리턴 List

switch_items 공개적으로 프로퍼티

public Dictionary switch_items
리턴 CreatureSwitchItemData>.Dictionary

switch_region 공개적으로 프로퍼티

public String switch_region
리턴 String