C# Class SocialGame.CheckAnim

Inheritance: Check
Show file Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
Parametr string
anim UnityEngine.Animator
run bool
time float
translate UnityEngine.Vector3
walk bool

Public Methods

Method Description
Run ( string parametr2 ) : Vector3

Run the object.

Start ( ) : void

Start this instance.

playAnim ( bool start ) : void

Plaies the animation.

thisActivate ( ) : void

Private Methods

Method Description
Running ( ) : IEnumerator

Running this object.

Walk ( ) : IEnumerator

Walk this objec.

Method Details

Run() public method

Run the object.
public Run ( string parametr2 ) : Vector3
parametr2 string name of animation for run
return UnityEngine.Vector3

Start() public method

Start this instance.
public Start ( ) : void
return void

playAnim() public method

Plaies the animation.
public playAnim ( bool start ) : void
start bool If set to true start.
return void

thisActivate() public method

public thisActivate ( ) : void
return void

Property Details

Parametr public property

public string Parametr
return string

anim public property

public Animator,UnityEngine anim
return UnityEngine.Animator

run public property

public bool run
return bool

time public property

public float time
return float

translate public property

public Vector3,UnityEngine translate
return UnityEngine.Vector3

walk public property

public bool walk
return bool