Class MaterialPropertyBlockData
Wrapper for a UnityEngine.MaterialPropertyBlock
.
Can contain methods that dynamically set its values.
Inheritance
object
MaterialPropertyBlockData
Namespace: AS2.Visuals
Assembly: .dll
Syntax
public abstract class MaterialPropertyBlockData
Fields
| Edit this page View SourcepropertyBlock
Declaration
public MaterialPropertyBlock propertyBlock
Field Value
Type | Description |
---|---|
MaterialPropertyBlock |
Methods
| Edit this page View SourceInit()
Initializes the property block with default values.
Declaration
protected abstract void Init()
Reset()
Resets the property block to its default values.
Declaration
public abstract void Reset()