SceneCameraSlotId Struct
Namespace: Stride.Rendering.Compositing
Assembly: Stride.Engine.dll
Identifies a camera slotIndex in a scene composition.
[DataContract("SceneCameraSlotId")]
[DataStyle(DataStyle.Compact)]
[DataSerializer(typeof(SceneCameraSlotId.SceneCameraSlotIdDataSerializer))]
public struct SceneCameraSlotId : IEquatable<SceneCameraSlotId>
|
Improve this Doc
View Source
Constructors
SceneCameraSlotId(Guid)
public SceneCameraSlotId(Guid id)
Parameters
Type |
Name |
Description |
System.Guid |
id |
The identifier.
|
|
Improve this Doc
View Source
Fields
Id
Field Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Properties
IsEmpty
public readonly bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Methods
Equals(SceneCameraSlotId)
public bool Equals(SceneCameraSlotId other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
|
Improve this Doc
View Source
Operators
Equality(SceneCameraSlotId, SceneCameraSlotId)
public static bool operator ==(SceneCameraSlotId left, SceneCameraSlotId right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(SceneCameraSlotId, SceneCameraSlotId)
public static bool operator !=(SceneCameraSlotId left, SceneCameraSlotId right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods