C# 클래스 CreatureModule.Creature

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

공개 프로퍼티들

프로퍼티 타입 설명
active_uv_swap_actions int>.Dictionary
anchor_point_map XnaGeometry.Vector2>.Dictionary
anchor_points_active bool
global_indices List
global_pts List
render_colours List
render_composition MeshRenderBoneComposition
render_pts List
total_num_pts int
uv_swap_packets List>.Dictionary

공개 메소드들

메소드 설명
Creature ( object>.Dictionary &load_data ) : System
FillRenderColours ( byte r, byte g, byte b, byte a ) : void
GetAnchorPoint ( String anim_clip_name_in ) : XnaGeometry.Vector2
LoadFromData ( object>.Dictionary &load_data ) : void
RemoveActiveItemSwap ( String region_name ) : void
SetActiveItemSwap ( String region_name, int swap_idx ) : void

메소드 상세

Creature() 공개 메소드

public Creature ( object>.Dictionary &load_data ) : System
load_data object>.Dictionary
리턴 System

FillRenderColours() 공개 메소드

public FillRenderColours ( byte r, byte g, byte b, byte a ) : void
r byte
g byte
b byte
a byte
리턴 void

GetAnchorPoint() 공개 메소드

public GetAnchorPoint ( String anim_clip_name_in ) : XnaGeometry.Vector2
anim_clip_name_in String
리턴 XnaGeometry.Vector2

LoadFromData() 공개 메소드

public LoadFromData ( object>.Dictionary &load_data ) : void
load_data object>.Dictionary
리턴 void

RemoveActiveItemSwap() 공개 메소드

public RemoveActiveItemSwap ( String region_name ) : void
region_name String
리턴 void

SetActiveItemSwap() 공개 메소드

public SetActiveItemSwap ( String region_name, int swap_idx ) : void
region_name String
swap_idx int
리턴 void

프로퍼티 상세

active_uv_swap_actions 공개적으로 프로퍼티

public Dictionary active_uv_swap_actions
리턴 int>.Dictionary

anchor_point_map 공개적으로 프로퍼티

public Dictionary anchor_point_map
리턴 XnaGeometry.Vector2>.Dictionary

anchor_points_active 공개적으로 프로퍼티

public bool anchor_points_active
리턴 bool

global_indices 공개적으로 프로퍼티

public List global_indices
리턴 List

global_pts 공개적으로 프로퍼티

public List global_pts
리턴 List

render_colours 공개적으로 프로퍼티

public List render_colours
리턴 List

render_composition 공개적으로 프로퍼티

public MeshRenderBoneComposition render_composition
리턴 MeshRenderBoneComposition

render_pts 공개적으로 프로퍼티

public List render_pts
리턴 List

total_num_pts 공개적으로 프로퍼티

public int total_num_pts
리턴 int

uv_swap_packets 공개적으로 프로퍼티

public Dictionary> uv_swap_packets
리턴 List>.Dictionary