ParameterCollection.CompositionCopier Struct
Namespace: Stride.RenderingAssembly: Stride.dll
public struct CompositionCopier
Name | Description | |
---|---|---|
Properties | ||
IsValid | ||
Methods | ||
Compile(ParameterCollection, ParameterCollection, String) | Compute copy operations. Assumes destination layout is sequential. |
|
Copy(ParameterCollection) | Copies data from source to destination according to previously compiled layout. |
Properties
IsValid
public readonly bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Compile(ParameterCollection, ParameterCollection, String)
Compute copy operations. Assumes destination layout is sequential.
public void Compile(ParameterCollection dest, ParameterCollection source, string keyRoot)
Parameters
Type | Name | Description |
---|---|---|
ParameterCollection | dest | |
ParameterCollection | source | |
System.String | keyRoot |
Copy(ParameterCollection)
Copies data from source to destination according to previously compiled layout.
public void Copy(ParameterCollection source)
Parameters
Type | Name | Description |
---|---|---|
ParameterCollection | source |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()