14 lines
288 B
Ucode
14 lines
288 B
Ucode
|
/**
|
||
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
class UDKAnimNodeFramePlayer extends AnimNodeSequence
|
||
|
native(Animation);
|
||
|
|
||
|
native function SetAnimation(name Sequence, float RateScale);
|
||
|
native function SetAnimPosition(float Perc);
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
}
|