C# Class VoxelPrefab, unity-renderer

显示文件 Open project: decentraland/unity-renderer Class Usage Examples

Public Properties

Property Type Description
editMaterial Material,
meshRenderer Renderer,

Public Methods

Method Description
IsAvailable ( ) : bool
SetAvailability ( bool isAvailable ) : void

Method Details

IsAvailable() public method

public IsAvailable ( ) : bool
return bool

SetAvailability() public method

public SetAvailability ( bool isAvailable ) : void
isAvailable bool
return void

Property Details

editMaterial public_oe property

public Material, editMaterial
return Material,

meshRenderer public_oe property

public Renderer, meshRenderer
return Renderer,