C# Class CreatureModule.Creature

Afficher le fichier Open project: kestrelm/CreatureDemos Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public Creature ( object>.Dictionary &load_data ) : System
load_data object>.Dictionary
Résultat System

FillRenderColours() public méthode

public FillRenderColours ( byte r, byte g, byte b, byte a ) : void
r byte
g byte
b byte
a byte
Résultat void

GetAnchorPoint() public méthode

public GetAnchorPoint ( String anim_clip_name_in ) : XnaGeometry.Vector2
anim_clip_name_in String
Résultat XnaGeometry.Vector2

LoadFromData() public méthode

public LoadFromData ( object>.Dictionary &load_data ) : void
load_data object>.Dictionary
Résultat void

RemoveActiveItemSwap() public méthode

public RemoveActiveItemSwap ( String region_name ) : void
region_name String
Résultat void

SetActiveItemSwap() public méthode

public SetActiveItemSwap ( String region_name, int swap_idx ) : void
region_name String
swap_idx int
Résultat void

Property Details

active_uv_swap_actions public_oe property

public Dictionary active_uv_swap_actions
Résultat int>.Dictionary

anchor_point_map public_oe property

public Dictionary anchor_point_map
Résultat XnaGeometry.Vector2>.Dictionary

anchor_points_active public_oe property

public bool anchor_points_active
Résultat bool

global_indices public_oe property

public List global_indices
Résultat List

global_pts public_oe property

public List global_pts
Résultat List

render_colours public_oe property

public List render_colours
Résultat List

render_composition public_oe property

public MeshRenderBoneComposition render_composition
Résultat MeshRenderBoneComposition

render_pts public_oe property

public List render_pts
Résultat List

total_num_pts public_oe property

public int total_num_pts
Résultat int

uv_swap_packets public_oe property

public Dictionary> uv_swap_packets
Résultat List>.Dictionary