C# Class SpellbookPage, CodeSpells

显示文件 Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
code string
name string
texture UnityEngine.Texture2D

Public Methods

Method Description
SpellbookPage ( ) : System.Collections
getName ( ) : string
load ( ) : IEnumerator

Method Details

SpellbookPage() public method

public SpellbookPage ( ) : System.Collections
return System.Collections

getName() public method

public getName ( ) : string
return string

load() public method

public load ( ) : IEnumerator
return IEnumerator

Property Details

code public_oe property

public string code
return string

name public_oe property

public string name
return string

texture public_oe property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D