Class RotatePointFileModule
Inheritance
RotatePointFileModule
Assembly: JeremyAnsel.LibNoiseShader.dll
Syntax
public sealed class RotatePointFileModule : FileModuleBase, IFileModule
Properties
|
Edit this page
View Source
AngleX
Declaration
public float AngleX { get; set; }
Property Value
|
Edit this page
View Source
AngleY
Declaration
public float AngleY { get; set; }
Property Value
|
Edit this page
View Source
AngleZ
Declaration
public float AngleZ { 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