Introduction to Video Game Engine Development by Victor G Brusca

Introduction to Video Game Engine Development by Victor G Brusca

Author:Victor G Brusca
Language: eng
Format: epub
ISBN: 9781484270394
Publisher: Apress


Static Class Members

The MmgPositionTween class has four static class members listed in the following. These fields are used to describe the class' event IDs and types.public static int MMG_POSITION_TWEEN_REACH_FINISH = 0;

public static int MMG_POSITION_TWEEN_REACH_START = 1;

public static int MMG_POSITION_TWEEN_REACH_FINISH_TYPE = 0;

public static int MMG_POSITION_TWEEN_REACH_START_TYPE = 1;

Listing 7-7MmgPositionTween Static Class Members 1

The preceding field listings are event ID and type values for the class’ reach start and reach finish events. The MmgPositionTween class supports firing an event when the object is at the start and end of the animation.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.