Class MaterialPair
- Namespace
- VoxelPlayground.Engine
- Assembly
- VoxEngine.dll
[Serializable]
public class MaterialPair
- Inheritance
-
object
MaterialPair
Fields
blockID
[HideInInspector]
public int blockID
Field Value
- int
blockInfoData
[BoxGroup("Pair", true, false, 0)]
public BlockInfoData blockInfoData
Field Value
- BlockInfoData
sfxAdditionalBlocks
public List<BlockInfoData> sfxAdditionalBlocks
Field Value
- List<BlockInfoData>
soundEffects
[BoxGroup("Pair", true, false, 0)]
public List<SoundEffect> soundEffects
Field Value
- List<SoundEffect>
visualEffects
[BoxGroup("Pair", true, false, 0)]
[GUIColor("#E09F3E")]
public List<VisualEffect> visualEffects
Field Value
- List<VisualEffect>
Methods
MatchSFX(uint)
public bool MatchSFX(uint blkId)
Parameters
blkId uint
Returns
- bool