csharp
public readonly record struct IntA 32-bit signed integer.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public string ExpressionThe text that reads it.
Methods (3)
public Int(string Expression)A 32-bit signed integer.
public static implicit operator Int(int value)A literal, so that a node's field initializer compiles. See Scalar.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (13)
- AmbientOcclusionNodeVixen.Editor.TextureGraph
- CustomOverLifeNodeVixen.Editor.VfxGraph
- FloodFillNodeVixen.Editor.TextureGraph
- NoiseNodeVixen.Editor.TextureGraph
- RadialBlurNodeVixen.Editor.TextureGraph
- RandomCustomNodeVixen.Editor.VfxGraph
- SetCustomNodeVixen.Editor.VfxGraph
- SlopeBlurNodeVixen.Editor.TextureGraph
- SplatterNodeVixen.Editor.TextureGraph
- TestSettingsNodeVixen.Editor.NodeGraph.Tests
- TileNodeVixen.Editor.TextureGraph
- TileSamplerNodeVixen.Editor.TextureGraph
- VfxCustomNodeVixen.Editor.VfxGraph