IComputeColor Interface
Namespace: Stride.Rendering.MaterialsAssembly: Stride.Rendering.dll
Base interface for vector/color based compute color nodes.
public interface IComputeColor : IComputeNode
Name | Description | |
---|---|---|
Properties | ||
HasChanged | Indicates if the IComputeColor has changed since the last time it was checked, which might require recompilation of the shader mixins. Once polled, it will reset all cached states and revert to false until other changes have been triggered. |
Properties
HasChanged
Indicates if the IComputeColor has changed since the last time it was checked, which might require recompilation of the shader mixins. Once polled, it will reset all cached states and revert to false until other changes have been triggered.
bool HasChanged { get; }
Property Value
Type | Description |
---|---|
System.Boolean |