C# Class CreatureModule.Creature

Mostra file Open project: kestrelm/CreatureDemos Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

Creature() public method

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

FillRenderColours() public method

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

GetAnchorPoint() public method

public GetAnchorPoint ( String anim_clip_name_in ) : XnaGeometry.Vector2
anim_clip_name_in String
return XnaGeometry.Vector2

LoadFromData() public method

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

RemoveActiveItemSwap() public method

public RemoveActiveItemSwap ( String region_name ) : void
region_name String
return void

SetActiveItemSwap() public method

public SetActiveItemSwap ( String region_name, int swap_idx ) : void
region_name String
swap_idx int
return void

Property Details

active_uv_swap_actions public_oe property

public Dictionary active_uv_swap_actions
return int>.Dictionary

anchor_point_map public_oe property

public Dictionary anchor_point_map
return XnaGeometry.Vector2>.Dictionary

anchor_points_active public_oe property

public bool anchor_points_active
return bool

global_indices public_oe property

public List global_indices
return List

global_pts public_oe property

public List global_pts
return List

render_colours public_oe property

public List render_colours
return List

render_composition public_oe property

public MeshRenderBoneComposition render_composition
return MeshRenderBoneComposition

render_pts public_oe property

public List render_pts
return List

total_num_pts public_oe property

public int total_num_pts
return int

uv_swap_packets public_oe property

public Dictionary> uv_swap_packets
return List>.Dictionary