ParticleFieldDescription Class
Namespace: Stride.ParticlesAssembly: Stride.Particles.dll
System.Object →
ParticleFieldDescription
Derived from ParticleFieldDescription: ParticleFieldDescription<T>
public abstract class ParticleFieldDescription
| Name | Description | |
|---|---|---|
| Constructors | ||
| ParticleFieldDescription(String) | ||
| Properties | ||
| FieldSize | ||
| Name | ||
| Methods | ||
| GetHashCode() | ||
Constructors
ParticleFieldDescription(String)
protected ParticleFieldDescription(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Properties
FieldSize
public int FieldSize { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetHashCode()
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()