C# Class Graphics.Detail.UVAnimationBase

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: juliancruz87/madbricks

Protected Properties

Property Type Description
material UnityEngine.Material

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() protected abstract method

protected abstract Update ( ) : void
return void

Property Details

material protected_oe property

protected Material,UnityEngine material
return UnityEngine.Material