C# Class LoadingEffect, planet-survival

Inheritance: MonoBehaviour
ファイルを表示 Open project: gjrfytn/planet-survival Class Usage Examples

Public Properties

Property Type Description
Alpha UnityEngine.CanvasGroup
LoadingAnimation bool
LoadingTexture UnityEngine.Texture2D
Size float
Speed float

Public Methods

Method Description
Awake ( ) : void
Loading ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Loading() public method

public Loading ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Alpha public_oe property

public CanvasGroup,UnityEngine Alpha
return UnityEngine.CanvasGroup

LoadingAnimation public_oe property

public bool LoadingAnimation
return bool

LoadingTexture public_oe property

public Texture2D,UnityEngine LoadingTexture
return UnityEngine.Texture2D

Size public_oe property

public float Size
return float

Speed public_oe property

public float Speed
return float