Table of Contents

Class CCMCharacterPreviewHandler

Namespace
BlazerTech.CharacterManagement.CharacterCreator
Assembly
Assembly-CSharp.dll
public class CCMCharacterPreviewHandler : CCMBase
Inheritance
Object
Component
Behaviour
MonoBehaviour
CCMCharacterPreviewHandler
Inherited Members

Properties

CharacterAnimator

public Animator CharacterAnimator { get; }

Property Value

Animator

CharacterSprite

public Image CharacterSprite { get; }

Property Value

Image

DefaultDirection

public FourDirectional DefaultDirection { get; }

Property Value

FourDirectional

PreviewMode

public CharacterPreviewMode PreviewMode { get; }

Property Value

CharacterPreviewMode

Methods

Awake()

protected override void Awake()

ChangePreviewAnimation(string)

public bool ChangePreviewAnimation(string newAnimationName)

Parameters

newAnimationName string

Returns

bool

CharacterCreationMenuDisabled()

Called after the Character Creation Menu is disabled.

protected override void CharacterCreationMenuDisabled()

CharacterCreationMenuEnabled()

Called after the Character Creation Menu is enabled.

protected override void CharacterCreationMenuEnabled()

GetActiveBlendTreeHash()

public int GetActiveBlendTreeHash()

Returns

int

RotateCharacterPreview(TwoDirectional)

public void RotateCharacterPreview(TwoDirectional direction)

Parameters

direction TwoDirectional

RotateCharacterPreview(bool)

public void RotateCharacterPreview(bool rotateLeft)

Parameters

rotateLeft bool

SetCharacterPreviewDirection(FourDirectional)

public void SetCharacterPreviewDirection(FourDirectional direction)

Parameters

direction FourDirectional

Events

OnPreviewAnimationChanged

public event EventHandler<string> OnPreviewAnimationChanged

Event Type

EventHandler<string>