Show / Hide Table of Contents

Class ProceduralAnim

Inheritance
MonoBehaviour
ProceduralAnim
PositionAnim
RotationAnim
ScaleAnim
Implements
IPauseable
Namespace: Alegra.DimSums
Assembly: cs.temp.dll.dll
Syntax
public abstract class ProceduralAnim : MonoBehaviour, IPauseable

Fields

axisLock

Declaration
public AxisLock axisLock
Field Value
Type Description
AxisLock

type

Declaration
public AnimType type
Field Value
Type Description
AnimType

useRandomXOffset

Declaration
public bool useRandomXOffset
Field Value
Type Description
System.Boolean

useRandomYOffset

Declaration
public bool useRandomYOffset
Field Value
Type Description
System.Boolean

useRandomZOffset

Declaration
public bool useRandomZOffset
Field Value
Type Description
System.Boolean

xMax

Declaration
public float xMax
Field Value
Type Description
System.Single

xMin

Declaration
public float xMin
Field Value
Type Description
System.Single

xOffset

Declaration
public float xOffset
Field Value
Type Description
System.Single

xSpeed

Declaration
public float xSpeed
Field Value
Type Description
System.Single

yMax

Declaration
public float yMax
Field Value
Type Description
System.Single

yMin

Declaration
public float yMin
Field Value
Type Description
System.Single

yOffset

Declaration
public float yOffset
Field Value
Type Description
System.Single

ySpeed

Declaration
public float ySpeed
Field Value
Type Description
System.Single

zMax

Declaration
public float zMax
Field Value
Type Description
System.Single

zMin

Declaration
public float zMin
Field Value
Type Description
System.Single

zOffset

Declaration
public float zOffset
Field Value
Type Description
System.Single

zSpeed

Declaration
public float zSpeed
Field Value
Type Description
System.Single

Methods

ApplyAnimationEffect(Single, Single, Single)

Declaration
protected abstract void ApplyAnimationEffect(float x, float y, float z)
Parameters
Type Name Description
System.Single x
System.Single y
System.Single z

IsPauseable()

Declaration
public bool IsPauseable()
Returns
Type Description
System.Boolean

Pause(Boolean)

Declaration
public void Pause(bool pause)
Parameters
Type Name Description
System.Boolean pause

Implements

IPauseable
Back to top Generated by DocFX