Class ExponentFileModule
Inheritance
ExponentFileModule
Assembly: JeremyAnsel.LibNoiseShader.dll
Syntax
public sealed class ExponentFileModule : FileModuleBase, IFileModule
Properties
|
Edit this page
View Source
ExponentValue
Declaration
public float ExponentValue { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public IFileModule? Input1 { get; set; }
Property Value
Methods
|
Edit this page
View Source
Read(BinaryReader, LibNoiseShaderFileContext)
Declaration
public override void Read(BinaryReader reader, LibNoiseShaderFileContext context)
Parameters
Overrides
|
Edit this page
View Source
Write(BinaryWriter, LibNoiseShaderFileContext)
Declaration
public override void Write(BinaryWriter writer, LibNoiseShaderFileContext context)
Parameters
Overrides
Implements