API Documentation for: 2.3.1
Show:

CharacterClip Class

Defined in: CharacterClip:8
Namespace: cloudkid

CharacterClip is used by the CharacterController class

Constructor

CharacterClip

(
  • event
  • loops
)

Defined in CharacterClip:8

Parameters:

  • event String

    Animator event to play

  • loops Int

    The number of loops

Item Index

Methods

Properties

Methods

initialize

(
  • event
  • loops
)

Defined in initialize:37

Initialiaze this character clip

Parameters:

  • event String

    The frame label to play using Animator.play

  • loops Int

    The number of times to loop, default of 0 plays continuously

Properties

event

String

Defined in event:23

The event to play

loops

Int

Defined in loops:30

The number of times to loop