Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

FixedString64Bytes.ctor(String) Constructor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

Parameter Description
source The source string to copy.

Description

Initializes and returns an instance of FixedString64Bytes with the characters copied from a string.


Parameters

Parameter Description
rune The Unicode.Rune to repeat.
count The number of times to repeat the character. Default is 1.

Description

Initializes and returns an instance of FixedString64Bytes with a single character repeatedly appended some number of times.


Parameters

Parameter Description
other The string to copy.

Description

Initializes and returns an instance of FixedString64Bytes that is a copy of another string.


Declaration

public FixedString64Bytes(ref UnsafeText other);

Parameters

Parameter Description
other The UnsafeText to copy.

Description

Initializes and returns an instance of FixedString64Bytes that is a copy of another string.


Declaration

public FixedString64Bytes(ref FixedString32Bytes other);

Parameters

Parameter Description
other The string to copy.

Description

Initializes and returns an instance of FixedString64Bytes that is a copy of another string.


Declaration

public FixedString64Bytes(ref FixedString64Bytes other);

Parameters

Parameter Description
other The string to copy.

Description

Initializes and returns an instance of FixedString64Bytes that is a copy of another string.


Declaration

public FixedString64Bytes(ref FixedString128Bytes other);

Parameters

Parameter Description
other The string to copy.

Description

Initializes and returns an instance of FixedString64Bytes that is a copy of another string.


Declaration

public FixedString64Bytes(ref FixedString512Bytes other);

Parameters

Parameter Description
other The string to copy.

Description

Initializes and returns an instance of FixedString64Bytes that is a copy of another string.


Declaration

public FixedString64Bytes(ref FixedString4096Bytes other);

Parameters

Parameter Description
other The string to copy.

Description

Initializes and returns an instance of FixedString64Bytes that is a copy of another string.