C# Class LogoShower, SimpleAvatar

Inheritance: MonoBehaviour
Exibir arquivo Open project: lhongzhong/SimpleAvatar

Public Properties

Property Type Description
m_TextureToShow UnityEngine.Texture2D
m_placeToDraw Rect
m_snap ScreenSnap

Public Methods

Method Description
OnGUI ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

m_TextureToShow public_oe property

public Texture2D,UnityEngine m_TextureToShow
return UnityEngine.Texture2D

m_placeToDraw public_oe property

public Rect m_placeToDraw
return Rect

m_snap public_oe property

public ScreenSnap m_snap
return ScreenSnap