Wiki-home » About VastPark » Platform » VastWorlds platform » Developer's guide » Plugins » List of Plugins »
ElementSlideShow¶
IMML example¶
Properties¶
int TransitionSpeed¶
- Summary: The transition speed
int VisibleElements¶
- Summary: The maximum number of elements to show either side of the current element
bool Enabled¶
Functions¶
void Next()¶
- Summary: Transition to the next slide
- Parameters
void Previous()¶
- Summary: Transition to the previous slide
- Parameters
void Show(int slideNumber)¶
void Load()¶
void AddElement(ImmlElement element)¶
void Update()¶
void Dispose()¶
void SetParkEngine(IParkEngine parkEngine)¶