Extensive work on building, wearables, assets, inventory, attachments, serialization, etc.
Resolves #36
This commit is contained in:
12
lib/classes/LLGestureAnimationStep.ts
Normal file
12
lib/classes/LLGestureAnimationStep.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { LLGestureStep } from './LLGestureStep';
|
||||
import { LLGestureStepType } from '../enums/LLGestureStepType';
|
||||
import { UUID } from './UUID';
|
||||
import { LLGestureAnimationFlags } from '../enums/LLGestureAnimationFlags';
|
||||
|
||||
export class LLGestureAnimationStep extends LLGestureStep
|
||||
{
|
||||
stepType: LLGestureStepType = LLGestureStepType.Animation;
|
||||
animationName: string;
|
||||
assetID: UUID;
|
||||
flags: LLGestureAnimationFlags = LLGestureAnimationFlags.None;
|
||||
}
|
||||
Reference in New Issue
Block a user