C# Class Substance, CodeSpells

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

Public Properties

Property Type Description
is_plant bool
is_rock bool
is_seed bool
is_water bool
is_wood bool

Public Methods

Method Description
isPlant ( ) : bool
isRock ( ) : bool
isSeed ( ) : bool
isWater ( ) : bool
isWood ( ) : bool

Method Details

isPlant() public method

public isPlant ( ) : bool
return bool

isRock() public method

public isRock ( ) : bool
return bool

isSeed() public method

public isSeed ( ) : bool
return bool

isWater() public method

public isWater ( ) : bool
return bool

isWood() public method

public isWood ( ) : bool
return bool

Property Details

is_plant public_oe property

public bool is_plant
return bool

is_rock public_oe property

public bool is_rock
return bool

is_seed public_oe property

public bool is_seed
return bool

is_water public_oe property

public bool is_water
return bool

is_wood public_oe property

public bool is_wood
return bool