Show / Hide Table of Contents

Class SnapshotConfiguration

Configuration class that contains the relevant properties for snapshotting a gameobject

Inheritance
Object
SnapshotConfiguration
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VISABConnector.Unity
Assembly: VISABConnector.Unity.dll
Syntax
public class SnapshotConfiguration

Properties

| Improve this Doc View Source

CameraConfiguration

Contains several settings that adjust the camera that is used for snapshotting

Declaration
public CameraConfiguration CameraConfiguration { get; set; }
Property Value
Type Description
CameraConfiguration
| Improve this Doc View Source

ChildConfiguration

Contains several settings that apply for game objects that contain multiple child objects (and you only want to snapshot a certain child)

Declaration
public ChildConfiguration ChildConfiguration { get; set; }
Property Value
Type Description
ChildConfiguration
| Improve this Doc View Source

GameObjectId

If gameobject does not need to be instantiated, this property contains its name tag

Declaration
public string GameObjectId { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

HasChildComponents

Boolean property that sets its value depending on if ChildConfiguration is available or not

Declaration
public bool HasChildComponents { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ImageHeight

Output image height

Declaration
public int ImageHeight { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

ImageWidth

Output image width

Declaration
public int ImageWidth { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

InstantiationSettings

Contains several settings that can affect objects that will be instantiated

Declaration
public InstantiationConfiguration InstantiationSettings { get; set; }
Property Value
Type Description
InstantiationConfiguration
| Improve this Doc View Source

ShouldInstantiate

Boolean property that sets its value depending on if InstantiationSettings is available or not

Declaration
public bool ShouldInstantiate { get; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX