Struct MaterialProperty_Matrix
Implements
Inherited Members
Namespace: Fwt.Core.RenderEntities
Assembly: fwt.core.dll
Syntax
[Serializable]
public struct MaterialProperty_Matrix : IEquatable<MaterialProperty_Matrix>
Fields
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public Matrix4x4 Value
Field Value
| Type | Description |
|---|---|
| Matrix4x4 |
Methods
Equals(MaterialProperty_Matrix)
Declaration
public bool Equals(MaterialProperty_Matrix other)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialProperty_Matrix | other |
Returns
| Type | Description |
|---|---|
| bool |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |