Class FusMaterialStandard
Material definition. If contained within a node, the node's (and potentially child node's) geometry is rendered with the specified material. The standard material contains information needed to calculate specular reflection based on Shininess and Intensity (= strength).
Inherited Members
Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public class FusMaterialStandard : FusMaterialBase, IComponent, IEquatable<FusMaterialBase>, IEquatable<FusMaterialStandard>
Fields
Specular
The specular channel.
Declaration
public SpecularChannel Specular
Field Value
Type | Description |
---|---|
SpecularChannel |
Properties
HasSpecularChannel
Gets a value indicating whether this instance has a specular channel.
Declaration
public bool HasSpecularChannel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Equals(FusMaterialStandard)
Indicates whether the NormapMapChannel is equal to another one.
Declaration
public bool Equals(FusMaterialStandard other)
Parameters
Type | Name | Description |
---|---|---|
FusMaterialStandard | other | The NormapMapChannel to compare with this one. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current NormapMapChannel is equal to the other; otherwise, false. |
Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object to compare to. |
Returns
Type | Description |
---|---|
System.Boolean | True if the instances are equal; false otherwise. |
Overrides
GetHashCode()
Returns the hash for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
Operators
Equality(FusMaterialStandard, FusMaterialStandard)
Compares two instances for equality.
Declaration
public static bool operator ==(FusMaterialStandard lhs, FusMaterialStandard rhs)
Parameters
Type | Name | Description |
---|---|---|
FusMaterialStandard | lhs | The first instance. |
FusMaterialStandard | rhs | The second instance. |
Returns
Type | Description |
---|---|
System.Boolean | True, if left does equal right; false otherwise. |
Inequality(FusMaterialStandard, FusMaterialStandard)
Compares two instances for inequality.
Declaration
public static bool operator !=(FusMaterialStandard lhs, FusMaterialStandard rhs)
Parameters
Type | Name | Description |
---|---|---|
FusMaterialStandard | lhs | The first instance. |
FusMaterialStandard | rhs | The second instance. |
Returns
Type | Description |
---|---|
System.Boolean | True, if left does not equal right; false otherwise. |