Cogito, ergo sum

UE3:ParticleModuleOrientationAxisLock (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> ParticleModule >> ParticleModuleOrientationBase >> ParticleModuleOrientationAxisLock
Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'Orientation'[edit]

LockAxisFlags[edit]

Type: EParticleAxisLock


Default values[edit]

Property Value
bSpawnModule True
bUpdateModule True

Enums[edit]

EParticleAxisLock[edit]

EPAL_NONE 
No locking to an axis...
EPAL_X 
Lock the sprite facing towards the positive X-axis
EPAL_Y 
Lock the sprite facing towards the positive Y-axis
EPAL_Z 
Lock the sprite facing towards the positive Z-axis
EPAL_NEGATIVE_X 
Lock the sprite facing towards the negative X-axis
EPAL_NEGATIVE_Y 
Lock the sprite facing towards the negative Y-axis
EPAL_NEGATIVE_Z 
Lock the sprite facing towards the negative Z-axis
EPAL_ROTATE_X 
Lock the sprite rotation on the X-axis
EPAL_ROTATE_Y 
Lock the sprite rotation on the Y-axis
EPAL_ROTATE_Z 
Lock the sprite rotation on the Z-axis